We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c302a8 commit 6c6f3a1Copy full SHA for 6c6f3a1
1 file changed
.github/workflows/go-ci-cd.yml
@@ -3,10 +3,10 @@ name: Go CI/CD
3
on:
4
push:
5
branches:
6
- - main
+ - Prod # Trigger pipeline only when code is pushed to the Prod branch
7
pull_request:
8
9
+ - Prod # Also trigger pipeline for pull requests targeting the Prod branch
10
11
jobs:
12
test:
0 commit comments