Skip to content

Commit 226d272

Browse files
authored
Update test.yml
Closes #7
1 parent 5754ec5 commit 226d272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/test.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ main ]
44
pull_request:
55
name: Test
66
jobs:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload coverage
3737
if: success() && matrix.platform == 'ubuntu-latest'
3838
run: |
39-
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time >
39+
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time
4040
curl -Os https://uploader.codecov.io/latest/linux/codecov
4141
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
4242
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig

0 commit comments

Comments
 (0)