Skip to content

Commit

Permalink
chore: Enable option to manually run workflows (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 authored Mar 1, 2024
1 parent 993856b commit aaf45dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/beta-docker-branch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Beta docker on dev branch

on:
workflow_dispatch:

push:
branches-ignore:
- 'main'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release

on:
workflow_dispatch:

push:
branches:
- main
Expand Down

0 comments on commit aaf45dd

Please sign in to comment.