We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd70cf commit 6bacaaeCopy full SHA for 6bacaae
.github/workflows/gh-pages.yml
@@ -1,6 +1,10 @@
1
-name: github pages
+name: build-site
2
3
on:
4
+ workflow_run:
5
+ workflows: ["update-projects"]
6
+ types:
7
+ - completed
8
push:
9
branches:
10
- main # Pipeline will only be triggered from `main`.
.github/workflows/update-projects.yml
@@ -1,4 +1,4 @@
-name: Update Github project details
+name: update-projects
schedule:
0 commit comments