Skip to content

Commit 59b7412

Browse files
authored
Update redoc.yaml
Implement workflow change idea from #28
1 parent d4c66c2 commit 59b7412

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/redoc.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: Node CI
22

33
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
4-
on: [push]
4+
on:
5+
push:
6+
branches:
7+
- master
8+
pull_request:
9+
branches:
10+
- master
511

612
jobs:
713
build_and_test:

0 commit comments

Comments
 (0)