Skip to content

Commit

Permalink
Adapt the workflows to run against 1.0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 18, 2024
1 parent 501acf1 commit c6724ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -15,11 +15,13 @@ on:
push:
branches:
- main
- 1.1.x
- 1.0.x
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
- 1.1.x
- 1.0.x
schedule:
- cron: '0 12 * * 6'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches: # For branches, better to list them explicitly than regexp include
- main
- 1.1.x
- 1.0.x
permissions: read-all
jobs:
Expand Down

0 comments on commit c6724ea

Please sign in to comment.