Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit e065e70

Browse files
authored
Merge branch 'axelrindle:master' into master
2 parents 8ee4b52 + db257a2 commit e065e70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
workflow_dispatch:
89

910
jobs:
1011
test:
@@ -24,6 +25,7 @@ jobs:
2425
env:
2526
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2627
- name: Run codacy-coverage-reporter
28+
if: github.event_name == 'push'
2729
uses: codacy/codacy-coverage-reporter-action@master
2830
with:
2931
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)