Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro authored Sep 29, 2022
1 parent 7d75f2a commit 48f72d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: New release

on:
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches:
- master
Expand All @@ -10,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
name: create release draft
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: master
Expand Down

0 comments on commit 48f72d8

Please sign in to comment.