Skip to content

Commit

Permalink
fix: pr pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Jan 3, 2021
1 parent b4e544e commit 2c5cd1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Release
on: [pull_request]
on:
pull_request:
branches:
- main
types: [closed]

jobs:
audit:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Git checkout
Expand Down
5 changes: 2 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c5cd1a

Please sign in to comment.