Skip to content

Commit

Permalink
Merge pull request #8 from jim380/kay/fix-create-github-release
Browse files Browse the repository at this point in the history
ci: fix tag trigger
  • Loading branch information
jim380 authored Jul 13, 2024
2 parents f060dff + 56fb5bf commit b3f7e07
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ on:
push:
branches: [main, dev]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+"
- "[v]?[0-9]+.[0-9]+.[0-9]+(-rc|-alpha|-beta)?[0-9]*"
- "*"
workflow_dispatch:

permissions:
contents: read
repository-projects: read
contents: write
repository-projects: write
packages: write

concurrency:
Expand All @@ -27,7 +25,7 @@ jobs:
name: Build and Publish
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write

# steps to perform in job
Expand Down

0 comments on commit b3f7e07

Please sign in to comment.