Skip to content

Commit 8e48ee5

Browse files
Abhishek's Macbook ProAbhishek's Macbook Pro
authored andcommitted
test workflow 11
1 parent c9c7234 commit 8e48ee5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: test
22

3-
# on: [push, pull_request]
43
on: [push]
54

65
env:
@@ -21,7 +20,9 @@ jobs:
2120
sublime-text-version: ${{ matrix.st-version }}
2221
package-name: ${{ env.PACKAGE }}
2322
- uses: SublimeText/UnitTesting/actions/run-tests@v1
24-
- uses: codecov/codecov-action@v3
23+
- name: Upload Code Coverage
24+
if: github.ref == 'refs/heads/master'
25+
uses: codecov/codecov-action@v3
2526
env:
2627
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2728
with:

0 commit comments

Comments
 (0)