Skip to content

Commit

Permalink
Enable GitHub Actions on [beta] branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Feb 17, 2022
1 parent 5e5d291 commit cc12944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [ master, beta ]
pull_request:
branches: [ master ]
branches: [ master, beta ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ master, beta ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ master, beta ]
schedule:
- cron: '17 15 * * 2'

Expand Down

0 comments on commit cc12944

Please sign in to comment.