Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wozaiha committed Mar 2, 2024
1 parent 813d84c commit 5ceec51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
jobs:
run-plogon:
name: Build Plugins
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/6.5-test'
runs-on: ubuntu-latest
steps:
- name: Checkout manifests
Expand All @@ -31,7 +31,7 @@ jobs:
path: output
ssh-key: ${{ secrets.DIST_SSH_KEY }}
persist-credentials: true
ref: main
ref: API9

- name: Create required folders
run: |
Expand Down

0 comments on commit 5ceec51

Please sign in to comment.