Skip to content

Commit

Permalink
Change syntax for on key
Browse files Browse the repository at this point in the history
For:
#3
  • Loading branch information
liammulh committed Feb 15, 2024
1 parent f6c9441 commit 2f6d0be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Run affils code checks
on:
push:
branches: [$default-branch]
pull_request:
branches: [$default-branch]
on: [push, pull_request]
permissions:
contents: read
jobs:
Expand Down

0 comments on commit 2f6d0be

Please sign in to comment.