Skip to content

Commit

Permalink
Add release
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanow committed Sep 11, 2024
1 parent f6d7f0f commit 4730526
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- master
paths:
- ".github/**"
- "src/**"
- "test-page/**"
- "build.gradle"
jobs:
build:
name: Build
Expand Down Expand Up @@ -55,7 +60,7 @@ jobs:
name: Publish
runs-on: ubuntu-latest
needs: build
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
permissions:
packages: write
steps:
Expand Down

0 comments on commit 4730526

Please sign in to comment.