Skip to content

Commit

Permalink
Add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk committed Oct 20, 2023
1 parent 99a0e95 commit 88edba0
Show file tree
Hide file tree
Showing 4 changed files with 5 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 @@ -4,6 +4,7 @@ on:
push:
branches:
- '*'
workflow_dispatch:

permissions: read-all

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches: [ "main" ]
schedule:
- cron: '38 8 * * 6'
workflow_dispatch:

jobs:
analyze:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish package and image to GitHub Packages
on:
release:
types: [created]
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- '*'
workflow_dispatch:

permissions: read-all

Expand Down

0 comments on commit 88edba0

Please sign in to comment.