We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2265b2b commit 5a33d06Copy full SHA for 5a33d06
1 file changed
.github/workflows/docker-publish.yml
@@ -5,6 +5,9 @@ on:
5
branches: [main]
6
release:
7
types: [published]
8
+ # For testing
9
+ pull_request:
10
+ branches: [main]
11
12
jobs:
13
docker-build-publish:
0 commit comments