Skip to content

Commit bd0ea12

Browse files
committed
Kan nå bygge på manuell kommando
1 parent 287cca4 commit bd0ea12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
buildAndPublish:
2929
name: Build and Publish
3030
needs: checkChanges
31-
if: ${{ needs.checkChanges.outputs.hasSrcChanges == 'true' && github.ref_name == 'main' }}
31+
if: ${{ github.event_name == 'workflow_dispatch' || needs.checkChanges.outputs.hasSrcChanges == 'true' }}
3232
runs-on: ubuntu-latest
3333
container: ghcr.io/flxbl-io/sfp:${{ vars.SFP_CONTAINER_VERSION }}
3434
permissions:

0 commit comments

Comments
 (0)