Skip to content

Commit 4acc742

Browse files
committed
chore: CI/CD pipeline test
fix: action checkout
1 parent 14da87f commit 4acc742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44
# events but only for the main branch
55
on:
66
push:
7-
branches: [ main ]
7+
branches: [ main, awssig-v4-test ]
88
pull_request:
99
branches: [ main ]
1010

@@ -16,7 +16,7 @@ jobs:
1616
if: github.ref != 'refs/heads/main'
1717
steps:
1818
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19-
- uses: actions/maincheckout@v3
19+
- uses: actions/checkout@v3
2020

2121
- name: Install dependencies
2222
run: sudo apt-get install -y wait-for-it
@@ -35,7 +35,7 @@ jobs:
3535
# if: github.ref == 'refs/heads/main'
3636
# steps:
3737
# # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
38-
# - uses: actions/maincheckout@v3
38+
# - uses: actions/checkout@v3
3939

4040
# - name: Get current date
4141
# id: date

0 commit comments

Comments
 (0)