Skip to content

Commit

Permalink
chore: enable ci for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 3, 2024
1 parent ffb35ad commit f72f30b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: ["main"]
branches: ["v1"]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: ci
on:
push:
branches:
- main
- v1
pull_request:
branches:
- main
- v1

jobs:
ci:
Expand Down

0 comments on commit f72f30b

Please sign in to comment.