Skip to content

Commit 26a83a6

Browse files
Merge pull request swiftwasm#104 from swiftwasm/katei/update-ci-cond
Update ci trigger condition
2 parents 2a90f54 + dd2a0f1 commit 26a83a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Run unit tests
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches: [main]
36
jobs:
47
test:
58
name: Build and Test

0 commit comments

Comments
 (0)