Skip to content

Commit 853344a

Browse files
ci: run devcontainer action on main
Previously it would only run on pull requests, now it runs on any push to the affected files.
1 parent 692a09c commit 853344a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request:
2+
push:
33
paths:
44
- .devcontainer/devcontainer.json
55
- .github/workflows/devcontainer.yml

0 commit comments

Comments
 (0)