fix: only run test on PR
This commit is contained in:
parent
0f9cb8812c
commit
0a69cfe2e9
|
@ -1,16 +1,6 @@
|
||||||
name: Test Generate ISO
|
name: Test Generate ISO
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
paths-ignore:
|
|
||||||
- 'Containerfile'
|
|
||||||
- '*.md'
|
|
||||||
- 'LICENSE'
|
|
||||||
- 'CODEOWNERS'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in New Issue