Skip to content

Commit

Permalink
Merge pull request #5 from sevonj/ci-tag-syntax
Browse files Browse the repository at this point in the history
tag syntax fix
  • Loading branch information
sevonj authored Mar 17, 2024
2 parents e24c865 + e4f923c commit f1ea653
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI

on:
push:
- branches: [ "**" ]
- tags: [ "*" ]
branches: [ "**" ]
tags: [ "*" ]
pull_request:
branches: [ "**" ]

Expand Down Expand Up @@ -34,9 +34,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [
build-linux
]
needs: [ build-linux ]
if: startsWith(github.ref, 'refs/tags/v')
permissions:
contents: write
Expand Down

0 comments on commit f1ea653

Please sign in to comment.