We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287cca4 commit bd0ea12Copy full SHA for bd0ea12
.github/workflows/buildAndPublish.yml
@@ -28,7 +28,7 @@ jobs:
28
buildAndPublish:
29
name: Build and Publish
30
needs: checkChanges
31
- if: ${{ needs.checkChanges.outputs.hasSrcChanges == 'true' && github.ref_name == 'main' }}
+ if: ${{ github.event_name == 'workflow_dispatch' || needs.checkChanges.outputs.hasSrcChanges == 'true' }}
32
runs-on: ubuntu-latest
33
container: ghcr.io/flxbl-io/sfp:${{ vars.SFP_CONTAINER_VERSION }}
34
permissions:
0 commit comments