create iso only when there is a push to master
Some checks failed
Build iso when a new version is pushed / test (push) Has been cancelled
Some checks failed
Build iso when a new version is pushed / test (push) Has been cancelled
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
name: Build iso when a new version is pushed
|
||||
run-name: iso building
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Reference in New Issue
Block a user