Try a different solution in github actions closes #185

This commit is contained in:
Ahmed El Gabri 2022-03-08 21:11:29 +01:00
parent 572b294639
commit 467b9445ce
No known key found for this signature in database
GPG Key ID: CE3F2CD86B651AC4
1 changed files with 1 additions and 3 deletions

View File

@ -1,12 +1,10 @@
name: 'Release'
on:
pull_request:
push:
branches: [master]
types: [closed]
jobs:
release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: 'Check out Git repository'