Skip to content

Commit 4f83e51

Browse files
authored
Merge pull request #47 from seymourtang/patch-2
Update CI workflow to trigger on pull requests
2 parents cd1a749 + fed08e5 commit 4f83e51

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: ci
2-
on: [push]
2+
on:
3+
push:
4+
pull_request:
5+
branches: [ "main" ]
6+
37
jobs:
48
compile:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)