diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index e7d3efb..555bf14 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -3,8 +3,6 @@ name: on-commit on: workflow_dispatch: push: - branches: - - '*' jobs: build: runs-on: ubuntu-latest @@ -18,6 +16,6 @@ jobs: - name: Test dev release id: test_dev_release - uses: orange-cloudfoundry/create-bosh-release-action@${{github.sha}} + uses: orange-cloudfoundry/create-bosh-release-action@master with: target_branch: main