Skip to content

Commit

Permalink
Fix workflows trigger conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 27, 2024
1 parent 7a9590a commit 555974d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
workflow_dispatch:
push:
paths:
- '.github/workflows/build.yml'
- 'docker/hugo/**'

concurrency:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: build Nginx image
on:
push:
paths:
- 'docker/nginx/**'
- '.github/workflows/nginx.yml'
- 'docker/nginx/**/*'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
Expand Down

0 comments on commit 555974d

Please sign in to comment.