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 2c5cd1a commit a43c113
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build
on: [push]
on:
push:
branches-ignore:
- main

jobs:
audit:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Release
on:
pull_request:
push:
branches:
- main
types: [closed]

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

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

0 comments on commit a43c113

Please sign in to comment.