Skip to content

Commit

Permalink
Merge pull request #83 from fgont/run-workflows-all-branches
Browse files Browse the repository at this point in the history
Run workflow on all branches
  • Loading branch information
fgont authored Oct 16, 2024
2 parents 33b2b0d + 0e0ed0c commit 38d3dcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Build test

on:
push:
branches: [ "master" ]
branches:
- '**'
pull_request:
branches: [ "master" ]
- '**'

jobs:
Linux2004:
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" ]
- '**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
- '**'
schedule:
- cron: '20 16 * * 3'

Expand Down

0 comments on commit 38d3dcd

Please sign in to comment.