Skip to content

Commit

Permalink
only run CI on PRs against main
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Apr 3, 2024
1 parent 7d27226 commit 7fde5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check code
on:
pull_request:
branches: [ "main" ]

jobs:
build-linux:
Expand Down

0 comments on commit 7fde5f0

Please sign in to comment.