Skip to content

Commit

Permalink
chore(ci): allow manual runs on branches without a PR (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Feb 20, 2024
1 parent 02aa8e8 commit c273f02
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 c273f02

Please sign in to comment.