Skip to content

Commit

Permalink
ci: Only run test pipeline on specific triggers
Browse files Browse the repository at this point in the history
Recommended for use with Graphite. See
https://graphite.dev/docs/github-configuration-guidelines#github-actions
for more info.
  • Loading branch information
Mr-Pepe committed Jan 9, 2024
1 parent 609b90a commit b419732
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Run tests

on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- main
Expand Down

0 comments on commit b419732

Please sign in to comment.