Skip to content

Commit

Permalink
Add support to skip release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitAD committed Apr 9, 2021
1 parent fd6be28 commit 18eb4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
release:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Release
runs-on: ubuntu-18.04
steps:
Expand Down

0 comments on commit 18eb4fd

Please sign in to comment.