Skip to content

Commit

Permalink
TMP trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Jul 3, 2024
1 parent 8bcee1c commit 11fda98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: publish-deploy
on:
push:
branches: [develop]
branches: [NAN-prerelease-test-tharvik]
tags: [v*]

jobs:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
images: ghcr.io/epfml/disco
tags: |
type=semver,pattern={{version}}
type=edge
type=edge,branch=NAN-prerelease-test-tharvik
- uses: docker/build-push-action@v5
id: build
with:
Expand Down

0 comments on commit 11fda98

Please sign in to comment.