Skip to content

Commit

Permalink
ci: remove branches from workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Sep 20, 2024
1 parent ac90634 commit bf1aee9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- v2
workflow_dispatch:
branches:
- v2

permissions:
contents: write
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ci-publish
on:
workflow_call:
workflow_dispatch:
branches:
- v2

permissions:
contents: write
Expand Down

0 comments on commit bf1aee9

Please sign in to comment.