Skip to content

Commit

Permalink
make releases from tags
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
CamJN committed Jan 13, 2024
1 parent 33b76a8 commit b34c781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ name: Swift
on:
push:
branches: [ "main" ]
tags: [ '*' ]
pull_request:
branches: [ "main" ]

jobs:
build:
if: ${{ github.ref_type != 'tag' }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b34c781

Please sign in to comment.