Only run devel_images workflow for devel branch in awx repo

This commit is contained in:
Shane McDonald 2022-03-30 09:22:01 -04:00
parent 91df8ab0f7
commit 3ed65ce39e

View File

@ -7,6 +7,7 @@ on:
- release_*
jobs:
push:
if: endsWith(github.repository, '/awx') || startsWith(github.ref, 'refs/heads/release_')
runs-on: ubuntu-latest
permissions:
packages: write