Skip to content

Commit

Permalink
chore: Run workflows when a tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxell committed Aug 13, 2021
1 parent 85f0ed4 commit d278227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: macOS build
on:
push:
branches: [ main ]
tags:
- '*'
pull_request:
branches: [ main ]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Ubuntu build
on:
push:
branches: [ main ]
tags:
- '*'
pull_request:
branches: [ main ]

Expand Down

0 comments on commit d278227

Please sign in to comment.