We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8093b87 commit b5c317aCopy full SHA for b5c317a
1 file changed
.github/workflows/stage-3-build.yaml
@@ -68,7 +68,7 @@ jobs:
68
needs.detect-doc-changes.outputs.docs_changed == 'true' ||
69
needs.detect-doc-changes.outputs.schemas_changed == 'true' ||
70
needs.detect-doc-changes.outputs.eventcatalog_changed == 'true' ||
71
- github.event_name == 'push' && github.ref == 'refs/heads/main'
+ github.event_name == 'push' && github.ref == 'refs/heads/feature/publish-test'
72
runs-on: ubuntu-latest
73
timeout-minutes: 15
74
permissions:
0 commit comments