Skip to content

Commit aeedbcc

Browse files
committed
Prepare for merge
1 parent c99aa76 commit aeedbcc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/generate-report.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Cache API validation report
22

33
on:
4-
pull_request
5-
# push:
6-
# branches:
7-
# - main
8-
# - '[0-9]+.[0-9]+'
4+
push:
5+
branches:
6+
- main
7+
- '[0-9]+.[0-9]+'
98

109
jobs:
1110
generate-report:
@@ -48,7 +47,7 @@ jobs:
4847
working-directory: ./clients-flight-recorder/scripts/types-validator
4948
env:
5049
BRANCH: ${{ github.ref_name }}
51-
run: node index.js --generate-report --ci --branch main
50+
run: node index.js --generate-report --ci --branch $BRANCH
5251

5352
- name: Cache JSON report
5453
id: cache-json-report

0 commit comments

Comments
 (0)