Skip to content

Commit

Permalink
WiP: Demonstrate pushing snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Jul 12, 2024
1 parent ee8aa38 commit 1b4a120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
needs: build
timeout-minutes: 10
runs-on: ubuntu-latest
if: github.repository == 'QW-Group/ktx' && ((github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release')
if: github.repository == 'QW-Group/ktx' && ((github.event_name == 'push' && github.ref == 'refs/heads/test') || github.event_name == 'release')
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1b4a120

Please sign in to comment.