Skip to content

Commit

Permalink
ci: update workflows to include next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Sep 30, 2024
1 parent 8321098 commit bf8d491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "master" , "next" ]
pull_request:
branches: [ "master" ]
branches: [ "master" , "next" ]
schedule:
- cron: '40 13 * * 4'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/forc-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- next

jobs:
verify-forc-version:
Expand Down

0 comments on commit bf8d491

Please sign in to comment.