Change Updatecli GH action reference branch (#6682)

Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
This commit is contained in:
Guilherme Macedo 2023-01-03 15:26:14 -03:00 committed by GitHub
parent beafd9eaff
commit 97f162291a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ permissions:
jobs:
updatecli:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v3