Skip to content

Commit

Permalink
ci: don't repeat tests on merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
olavis committed Feb 23, 2023
1 parent f349991 commit 1900ce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "CI"

on:
push:
branches-ignore:
- main # Use branch protection rule for main that require status checks to pass before merging

jobs:
build:
Expand Down

0 comments on commit 1900ce5

Please sign in to comment.