Skip to content

Commit

Permalink
Allow to run CI manually on any branch (#3397)
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Minack <github@enrico.minack.dev>
  • Loading branch information
EnricoMi committed Feb 2, 2022
1 parent 215d0af commit 07e4e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/gen-workflow-ci.py
Expand Up @@ -123,6 +123,7 @@ def workflow_header() -> str:
f' pull_request:\n'
f' # only consider pull requests into master\n'
f' branches: [ master ]\n'
f' workflow_dispatch:\n'
f'\n'
f'concurrency:\n'
f' # This controls which concurrent builds to cancel:\n'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -14,6 +14,7 @@ on:
pull_request:
# only consider pull requests into master
branches: [ master ]
workflow_dispatch:

concurrency:
# This controls which concurrent builds to cancel:
Expand Down

0 comments on commit 07e4e24

Please sign in to comment.