We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b8bc69 + c9b3592 commit a208e6dCopy full SHA for a208e6d
βworkflows_doc.mdβ
@@ -2,6 +2,23 @@
2
3
This project uses the following GitHub Actions workflows:
4
5
+### Build ISO
6
+
7
+File: `build-and-release.yaml`
8
9
+Triggered by:
10
+- π Manual trigger
11
+- β° Scheduled: `0 0 * * *`
12
+- π€ Push to repository
13
14
+### Build Arch Linux ISO
15
16
+File: `build-and-save.yaml`
17
18
19
20
21
22
### Validate and Test Build
23
24
File: `build-check.yaml`
@@ -20,6 +37,13 @@ Triggered by:
37
- β° Scheduled: `0 0 * * *`
38
- π€ Push to repository
39
40
+### Create Release
41
42
+File: `create-release.yaml`
43
44
45
46
47
### Check to make sure Dockerfile works
48
25
49
File: `dockerfile-check.yaml`
0 commit comments