Skip to content

Commit

Permalink
Merge pull request #382 from modelix/ci/restrict-release-workflow
Browse files Browse the repository at this point in the history
ci: restrict release workflow to main
  • Loading branch information
mhuster23 authored Dec 21, 2023
2 parents 1eadd41 + 27d7e8c commit 2621363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
release:
name: Run semantic release
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2621363

Please sign in to comment.