Skip to content

Commit 6bacaae

Browse files
committed
Auto-trigger build-site action after update-projects.
1 parent 2dd70cf commit 6bacaae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/gh-pages.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
name: github pages
1+
name: build-site
22

33
on:
4+
workflow_run:
5+
workflows: ["update-projects"]
6+
types:
7+
- completed
48
push:
59
branches:
610
- main # Pipeline will only be triggered from `main`.

.github/workflows/update-projects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Github project details
1+
name: update-projects
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)