Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-27 12:12:36 +0000
committerGitHub <noreply@github.com>2021-04-27 12:12:36 +0000
commitae1c4ea7c2a1d56b23c843a2318c1400ebebb1af (patch)
tree66fd8279c2ed6999b3f6e43ca89276a22b44b406 /.github
parent3bde45cbbd96a28d00cf6a6d11bf9838109c6d7f (diff)
parentd401820381a8a585cd3da500141987bbe3a2f325 (diff)
Merge pull request #337 from dylanmtaylor/patch-4
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/**'