Skip to content

Commit

Permalink
target rolling instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Sep 27, 2024
1 parent 85d4cfa commit 911b1b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
workflow_dispatch:
# Run when a PR is opened or updated
pull_request:
# Run when a commit is pushed to main
# Run when a commit is pushed to rolling
push:
branches:
- main
- rolling

permissions:
# Allow reading the source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
push:
branches:
- main
- rolling

jobs:
pre-commit:
Expand Down

0 comments on commit 911b1b5

Please sign in to comment.