change the trigger branch. Eventually, it will be back to main and we will use develop as as a develop branch (duh!)
This commit is contained in:
@@ -2,7 +2,7 @@ name: checkout_fedora-image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ devel ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: checkout_ubuntu-image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ devel ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
|
|||||||
Reference in New Issue
Block a user