Skip to content

Commit 6ac1006

Browse files
committed
Add ability to build self on changes
1 parent b20a5af commit 6ac1006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/devcontainer-nightly-build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Nightly container builds for selected targets
22

33
on:
4-
# pull_request:
4+
pull_request:
5+
paths:
6+
- '.github/workflows/devcontainer-nightly-build.yaml'
57
schedule:
68
- cron: '0 3 * * *' # Runs at 03:00 UTC every day
79

0 commit comments

Comments
 (0)