Skip to content

Commit

Permalink
Fix PR target branch (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham authored Nov 1, 2024
1 parent cf58805 commit 2e73a2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:
- main
- ci-test
pull_request:
types:
- opened
types: [opened, reopened]
branches:
- main
- release

jobs:
lint-checks:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:
- main
- ci-test
pull_request:
types:
- opened
types: [opened, reopened]
branches:
- main
- release

env:
ENABLE_RUSTFMT: False
Expand Down

0 comments on commit 2e73a2a

Please sign in to comment.