We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de428c6 commit 32ac580Copy full SHA for 32ac580
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: ci-pipeline
3
on:
4
push:
5
branches:
6
- - tests
+ - main
7
8
jobs:
9
build-and-deploy:
.github/workflows/codeql.yml
@@ -13,7 +13,7 @@ name: "CodeQL"
13
14
15
16
- branches: [ "tests" ]
+ branches: [ "main" ]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
branches: [ "main" ]
.github/workflows/deploy.yml
@@ -6,7 +6,7 @@ name: awsdeploy
10
11
12
build:
0 commit comments