Skip to content

Commit cd891ff

Browse files
authored
Merge pull request #25 from steffen/patch-1
Make `Build` workflow run for PRs from forked repos
2 parents 3fa6bef + 9c23cdd commit cd891ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Build
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
39
jobs:
410
build:
511
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)