diff options
author | David Timber <dxdt@dev.snart.me> | 2024-11-14 08:25:46 +0100 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2024-11-14 08:25:46 +0100 |
commit | f487dbb4505dc40616be8adae45a2b694c763a9c (patch) | |
tree | ecdc7ea91e6391fc92af4b834083c118ab37c849 | |
parent | 82891a7b9fcc2d5d7670c071859112f277ad8c6a (diff) |
Have separate branches for Github and Gitlab
-rw-r--r-- | .github/workflows/snapshot-automation.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/snapshot-automation.yml b/.github/workflows/snapshot-automation.yml index b6279cd2..15fdbedd 100644 --- a/.github/workflows/snapshot-automation.yml +++ b/.github/workflows/snapshot-automation.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + ref: github - name: Run make run: | make clean |