Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-22 14:35:05 -0400
committerGitHub <noreply@github.com>2021-04-22 14:35:05 -0400
commitd401820381a8a585cd3da500141987bbe3a2f325 (patch)
tree7503cd3c483574317758571d5c6ee46176f8459b /.github
parent935b878c962699cb4dc2f4ad209022de2046c7d9 (diff)
Run CI on pushes to master/main
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/iso-build.yaml4
1 files changed, 4 insertions, 0 deletions
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/**'