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 47ea6cd commit 465fdcaCopy full SHA for 465fdca
.github/workflows/build-and-test.yaml
@@ -65,6 +65,7 @@ jobs:
65
name: Build Docker Image and Release
66
needs:
67
- test
68
+ if: github.event_name == 'push'
69
runs-on: ubuntu-latest
70
permissions:
71
actions: read
0 commit comments