Skip to content

Commit

Permalink
ci: allow running workflows on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Jan 13, 2025
1 parent fea7057 commit a39a055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Integration tests - Docker

on:
workflow_dispatch: {}
push:
branches: [ master ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Binary

on:
workflow_dispatch: {}
push:
branches: [ master ]
pull_request:
Expand Down

0 comments on commit a39a055

Please sign in to comment.