Skip to content

Commit 3b6d1cb

Browse files
ci: trigger workflow on branch push
Co-Authored-By: Wesley Willians <wesleywillians@gmail.com>
1 parent 1e81fa6 commit 3b6d1cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
name: CI Pipeline
1+
name: CI
22

33
on:
44
pull_request:
55
branches: [ main ]
6+
push:
7+
branches: [ devin/1739039130-add-ci-pipeline ]
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)