Skip to content

Commit 9de56c9

Browse files
authored
Try eliminating branch specificity.
1 parent 1cd43f3 commit 9de56c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/node.js.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
name: Node.js CI
55

6-
on:
7-
push:
8-
branches: [ "issue-1118-github-actions" ]
9-
pull_request:
10-
branches: [ "issue-1118-github-actions" ]
6+
on: [push]
117

128
jobs:
139
build:

0 commit comments

Comments
 (0)