Skip to content

Commit 7e8d733

Browse files
committed
chore(ci): added support for test run when push made to dev branch
1 parent 2a3770e commit 7e8d733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build
22
on:
33
push:
4-
branches: ["main", "master"]
4+
branches: ["main", "master", "dev"]
55
env:
66
CARGO_TERM_COLOR: always
77
PAYSTACK_API_KEY: ${{secrets.PAYSTACK_API_KEY}}

0 commit comments

Comments
 (0)