Run CI on pushes to master/main
This commit is contained in:
parent
935b878c96
commit
d401820381
|
|
@ -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/**'
|
||||
|
|
|
|||
Loading…
Reference in New Issue