Skip to content

Commit 534421d

Browse files
committed
feat(ci): trigger CI on PR and push
1 parent 6af5aeb commit 534421d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

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:
4+
- main
5+
pull_request:
26

37
jobs:
48
install_fdb:

0 commit comments

Comments
 (0)