Skip to content

Commit

Permalink
ci: allow manually triggering workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Jul 22, 2024
1 parent c274d17 commit 4c31558
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
workflow_dispatch:

env:
GH_REGISTRY: ghcr.io
Expand Down

0 comments on commit 4c31558

Please sign in to comment.