Skip to content

Commit 85f7b2c

Browse files
authored
Merge pull request #281 from form3tech-oss/nvloff-workflows
chore(ci): allow tests to run on Pull Requests
2 parents 67772e0 + dc7251f commit 85f7b2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push]
1+
on:
2+
push:
3+
branches: [ "master"]
4+
pull_request:
5+
branches: [ "master"]
26
permissions:
37
contents: read
48
jobs:

0 commit comments

Comments
 (0)