Merge pull request #337 from dylanmtaylor/patch-4

Run CI on pushes to master/main
This commit is contained in:
Anton Hvornum 2021-04-27 12:12:36 +00:00 committed by GitHub
commit ae1c4ea7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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/**'