Skip to content

Commit 3dc7a0f

Browse files
authored
chore(github): enable the the pipeline on pull requests
1 parent 8a13fb1 commit 3dc7a0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: CI
22
on:
3+
pull_request:
4+
branches:
5+
- main
36
push:
47
branches:
5-
- "**"
8+
- "**"
69

710
jobs:
811
build:

0 commit comments

Comments
 (0)