Skip to content

Commit

Permalink
run workflows in dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb committed Jun 15, 2023
1 parent 392cccb commit bcbc72d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build

on:
push: { branches: [master, main], tags: [v*] }
push: { branches: [master, main, dev/*], tags: [v*] }
pull_request:
workflow_dispatch:

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: golangci-lint

on:
push: { branches: [master, main], tags: [v*] }
push: { branches: [master, main, dev/*], tags: [v*] }
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit bcbc72d

Please sign in to comment.