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:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ devel ]
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
|
||||
@@ -2,7 +2,7 @@ name: checkout_ubuntu-image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ devel ]
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
|
||||
Reference in New Issue
Block a user