Skip to content

Commit

Permalink
run workflows for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb committed May 31, 2023
1 parent 1a1d940 commit caa7521
Show file tree
Hide file tree
Showing 2 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] }
push: { branches: [master, main], tags: [v*] }
pull_request:
workflow_dispatch:

Expand Down
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] }
push: { branches: [master, main], tags: [v*] }
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit caa7521

Please sign in to comment.