We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16cd3b commit 1f2b0ceCopy full SHA for 1f2b0ce
1 file changed
.github/workflows/ci-pipeline.yml
@@ -8,6 +8,8 @@ name: CI Pipeline
8
on:
9
push:
10
branches: [ "main" ]
11
+ pull_request:
12
+ branches: [ "main" ]
13
14
env:
15
# Use docker.io for Docker Hub if empty
0 commit comments