Skip to content

Commit

Permalink
Merge pull request #89 from github/brrygrdn/align-verification-workflows
Browse files Browse the repository at this point in the history
Run verification workflows on main and release/* branches
  • Loading branch information
Barry Gordon authored and GitHub committed Sep 22, 2021
2 parents 77c1a3c + 6056866 commit 6c423dd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "CodeQL"

on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
push:
branches:
- main
- 'releases/*'
schedule:
- cron: '26 7 * * 4'

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: 'integration'
on: pull_request_target

on:
pull_request:
push:
branches:
- main
- 'releases/*'

permissions:
contents: read
jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 'test'
on: # rebuild any PRs and main branch changes

on:
pull_request:
push:
branches:
Expand Down

0 comments on commit 6c423dd

Please sign in to comment.