diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2022-02-15 21:32:27 +0100 |
---|---|---|
committer | John Westcott IV <john.westcott.iv@redhat.com> | 2022-02-15 21:32:27 +0100 |
commit | 50d52c31e2868e9014c1618e6e73dea81b657c29 (patch) | |
tree | 638583f713cab0c7428d523c07de069af3afede7 /.github/workflows/upload_schema.yml | |
parent | Fixup conversion of memory and cpu settings to support k8s resource request f... (diff) | |
download | awx-50d52c31e2868e9014c1618e6e73dea81b657c29.tar.xz awx-50d52c31e2868e9014c1618e6e73dea81b657c29.zip |
Chaning workflow to run on all release branches
Diffstat (limited to '.github/workflows/upload_schema.yml')
-rw-r--r-- | .github/workflows/upload_schema.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/upload_schema.yml b/.github/workflows/upload_schema.yml index b7bbfcca2e..a9a4420f8f 100644 --- a/.github/workflows/upload_schema.yml +++ b/.github/workflows/upload_schema.yml @@ -4,7 +4,7 @@ on: push: branches: - devel - - release_4.1 + - release_** jobs: push: runs-on: ubuntu-latest |