mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 16:07:30 -02:30
add stable to release workflows
* we changed branch naming schema so adding in the new name
This commit is contained in:
1
.github/workflows/devel_images.yml
vendored
1
.github/workflows/devel_images.yml
vendored
@@ -10,6 +10,7 @@ on:
|
|||||||
- devel
|
- devel
|
||||||
- release_*
|
- release_*
|
||||||
- feature_*
|
- feature_*
|
||||||
|
- stable-*
|
||||||
jobs:
|
jobs:
|
||||||
push-development-images:
|
push-development-images:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
1
.github/workflows/upload_schema.yml
vendored
1
.github/workflows/upload_schema.yml
vendored
@@ -10,6 +10,7 @@ on:
|
|||||||
- devel
|
- devel
|
||||||
- release_**
|
- release_**
|
||||||
- feature_**
|
- feature_**
|
||||||
|
- stable-**
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user