Skip to content

Commit d931bd8

Browse files
committed
fix: 🐛 branch name in workflow
1 parent e481a77 commit d931bd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: "Pipeline"
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
ci:

bun.lockb

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)