Skip to content

Commit

Permalink
CI: add topic/* to push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
falbrechtskirchinger committed Mar 5, 2022
1 parent 64a2e05 commit b7ed68d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- develop
- master
- release/*
- topic/*
pull_request:
schedule:
- cron: '0 19 * * 1'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- develop
- master
- release/*
- topic/*
pull_request:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- develop
- master
- release/*
- topic/*
pull_request:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- develop
- master
- release/*
- topic/*
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit b7ed68d

Please sign in to comment.