Skip to content

Commit

Permalink
chore(ci): allow manual runs on branches without a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 17, 2024
1 parent 5c82dc5 commit 06c490f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- ".github/workflows/action.yml"
- ".github/action_helper.py"
- "action.yml"
workflow_dispatch:
# allow manual runs on branches without a PR
env:
FORCE_COLOR: "1"
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches: [main]
pull_request:
workflow_dispatch:
# allow manual runs on branches without a PR

env:
FORCE_COLOR: "1"
Expand Down

0 comments on commit 06c490f

Please sign in to comment.