Skip to content

Commit

Permalink
cicd: enable workflow_dispatch on ci (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoppenheimer authored Jul 23, 2024
1 parent 729f960 commit 551140c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
pull_request:
workflow_call:
outputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish ROCK
on:
workflow_dispatch:
push:
branches:
- 3-22.04
Expand Down

0 comments on commit 551140c

Please sign in to comment.