Merge pull request #186 from ahmedelgabri/master

Fix actions logic
This commit is contained in:
Ryan Delaney 2022-03-08 18:25:27 -05:00 committed by GitHub
commit 7357389f3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 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'

File diff suppressed because one or more lines are too long