We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14da87f commit 4acc742Copy full SHA for 4acc742
.github/workflows/main.yml
@@ -4,7 +4,7 @@ name: CI
4
# events but only for the main branch
5
on:
6
push:
7
- branches: [ main ]
+ branches: [ main, awssig-v4-test ]
8
pull_request:
9
branches: [ main ]
10
@@ -16,7 +16,7 @@ jobs:
16
if: github.ref != 'refs/heads/main'
17
steps:
18
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19
- - uses: actions/maincheckout@v3
+ - uses: actions/checkout@v3
20
21
- name: Install dependencies
22
run: sudo apt-get install -y wait-for-it
@@ -35,7 +35,7 @@ jobs:
35
# if: github.ref == 'refs/heads/main'
36
# steps:
37
# # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
38
- # - uses: actions/maincheckout@v3
+ # - uses: actions/checkout@v3
39
40
# - name: Get current date
41
# id: date
0 commit comments