Browse Source

Change Updatecli GH action reference branch (#6682)

Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
pull/6742/head
Guilherme Macedo 2 years ago committed by GitHub
parent
commit
97f162291a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/updatecli.yml

2
.github/workflows/updatecli.yml

@ -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

Loading…
Cancel
Save