Run CI on pushes to master/main

This commit is contained in:
Dylan M. Taylor 2021-04-22 14:35:05 -04:00 committed by GitHub
parent 935b878c96
commit d401820381
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/**'