Skip to content

Commit bcbc72d

Browse files
committed
run workflows in dev branches
1 parent 392cccb commit bcbc72d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22

33
on:
4-
push: { branches: [master, main], tags: [v*] }
4+
push: { branches: [master, main, dev/*], tags: [v*] }
55
pull_request:
66
workflow_dispatch:
77

File renamed without changes.

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: golangci-lint
22

33
on:
4-
push: { branches: [master, main], tags: [v*] }
4+
push: { branches: [master, main, dev/*], tags: [v*] }
55
pull_request:
66
workflow_dispatch:
77

0 commit comments

Comments
 (0)