From d401820381a8a585cd3da500141987bbe3a2f325 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Thu, 22 Apr 2021 14:35:05 -0400 Subject: Run CI on pushes to master/main --- .github/workflows/iso-build.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') 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/**' -- cgit v1.2.3-54-g00ecf