Skip to content

Commit

Permalink
ci: fix git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinfall committed Apr 18, 2024
1 parent 307c375 commit 20a8377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "DevuanWSL Build"

on:
push:
branches: [ test-zstd ]
branches: [ daedalus-zstd ]
# Trigger only when Makefile is changed
paths: ['Makefile']
workflow_dispatch:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@v4
with:
ref: 'test-zstd'
ref: 'daedalus-zstd'
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- run: mkdir -p release
Expand Down

0 comments on commit 20a8377

Please sign in to comment.