Skip to content

Commit

Permalink
Added manual trigger to every GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed May 3, 2024
1 parent 2251920 commit 7ae9153
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Dependency Review

on: pull_request
on:
pull_request:
workflow_dispatch:

permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: 0 6 * * 1
workflow_dispatch:

jobs:
build-image:
Expand Down

0 comments on commit 7ae9153

Please sign in to comment.