Skip to content

Commit

Permalink
Prevent GitHub Actions “Test” duplicate runs on push
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jul 27, 2023
1 parent f57d53b commit e402571
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Test

on:
pull_request:
push:
branches-ignore:
- main # pushes to main are handled by deploy.yaml

workflow_call:
inputs:
Expand Down

0 comments on commit e402571

Please sign in to comment.