Skip to content

Commit

Permalink
Build images whenever the actions definition changes (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Dec 2, 2023
1 parent d4f7249 commit 015dc8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-php-debug-images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: build-debug-image
on:
push:
paths:
- '.github/workflows/publish-php-debug-images.yml'
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
Expand Down

0 comments on commit 015dc8e

Please sign in to comment.