Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
ci: release only on push (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindula authored Oct 14, 2021
1 parent 71228b7 commit 7c96d12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.mytoken }}
GITHUB_TOKEN: ${{ secrets.mytoken }}

0 comments on commit 7c96d12

Please sign in to comment.