Skip to content

Commit c9b3592

Browse files
docs: update automated documentation
1 parent 5b8bc69 commit c9b3592

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

workflows_doc.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
This project uses the following GitHub Actions workflows:
44

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+
Triggered by:
19+
- 🔘 Manual trigger
20+
- ⏰ Scheduled: `0 0 * * *`
21+
522
### Validate and Test Build
623

724
File: `build-check.yaml`
@@ -20,6 +37,13 @@ Triggered by:
2037
- ⏰ Scheduled: `0 0 * * *`
2138
- 📤 Push to repository
2239

40+
### Create Release
41+
42+
File: `create-release.yaml`
43+
44+
Triggered by:
45+
- 🔘 Manual trigger
46+
2347
### Check to make sure Dockerfile works
2448

2549
File: `dockerfile-check.yaml`

0 commit comments

Comments
 (0)