Skip to content

Commit a208e6d

Browse files
Merge pull request #45 from Githubguy132010/update-documentation
πŸ“š Documentation Update
2 parents 5b8bc69 + c9b3592 commit a208e6d

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)