Skip to content

Commit

Permalink
Run build workflow on tags for push
Browse files Browse the repository at this point in the history
  • Loading branch information
kjelljorner committed Apr 28, 2021
1 parent 50fe0f6 commit 37b0765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
tags:
- "*"
pull_request:
branches:
- "*"
tags:
- "*"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 37b0765

Please sign in to comment.