Merge pull request #337 from dylanmtaylor/patch-4
Run CI on pushes to master/main
This commit is contained in:
commit
ae1c4ea7c2
|
|
@ -3,6 +3,10 @@
|
||||||
name: Build Arch ISO with ArchInstall Commit
|
name: Build Arch ISO with ArchInstall Commit
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- main # In case we adopt this convention in the future
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue