index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-22 14:35:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 14:35:05 -0400 |
commit | d401820381a8a585cd3da500141987bbe3a2f325 (patch) | |
tree | 7503cd3c483574317758571d5c6ee46176f8459b /.github | |
parent | 935b878c962699cb4dc2f4ad209022de2046c7d9 (diff) |
-rw-r--r-- | .github/workflows/iso-build.yaml | 4 |
diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml index d08e68ff..acef87fb 100644 --- a/.github/workflows/iso-build.yaml +++ b/.github/workflows/iso-build.yaml @@ -3,6 +3,10 @@ name: Build Arch ISO with ArchInstall Commit on: + push: + branches: + - master + - main # In case we adopt this convention in the future pull_request: paths-ignore: - '.github/**' |