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 757917f commit 3db4a28Copy full SHA for 3db4a28
.github/workflows/action-docker-test.yml
@@ -1,5 +1,7 @@
1
name: action-test (docker version)
2
-on: [push]
+on:
3
+ pull_request:
4
+ merge_group:
5
jobs:
6
build-dev-image:
7
name: build dev image
.github/workflows/lint.yml
name: lint
lint:
.github/workflows/test.yml
name: test
permissions:
contents: write
pull-requests: write
0 commit comments