Skip to content

Commit

Permalink
ci: update workflows to include next branch (#3234)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Oct 1, 2024
1 parent 1a4dbe0 commit 3c30cd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/sour-actors-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---
ci: update workflows to include next branch
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 3c30cd2

Please sign in to comment.