File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : CI/CD
2
2
on :
3
+ pull_request :
3
4
push :
4
5
branches :
5
6
- " *"
6
7
tags :
7
8
- " *"
8
9
schedule :
9
10
- cron : " 0 8 1 * *"
11
+
12
+
10
13
jobs :
11
14
checks :
12
15
runs-on : ubuntu-latest
31
34
test :
32
35
name : Tests on self
33
36
uses : ldeluigi/markdown-docs/.github/workflows/test.yml@master
37
+
34
38
release :
35
39
name : GitHub Release Job
36
40
if : ${{ needs.checks.outputs.should-release == 'true' }}
43
47
with :
44
48
version : ${{ needs.checks.outputs.version }}
45
49
prerelease : ${{ needs.checks.outputs.is-prerelease }}
50
+
46
51
push-to-registries :
47
52
name : Push Docker image to multiple registries
48
53
runs-on : ubuntu-latest
@@ -96,10 +101,12 @@ jobs:
96
101
push : true
97
102
tags : ${{ steps.meta.outputs.tags }}
98
103
labels : ${{ steps.meta.outputs.labels }}
104
+
99
105
post-deploy-test :
100
106
name : Post-deploy test
101
107
needs : [push-to-registries]
102
108
uses : ldeluigi/markdown-docs/.github/workflows/post-deploy-test.yml@master
109
+
103
110
update-gh-pages :
104
111
name : Generate and upload new GitHub Pages
105
112
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments