Skip to content

Commit

Permalink
ci(workflow): skip ci-build on workflow edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 authored Oct 23, 2022
1 parent aabb1fa commit aafb53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '(workflow)')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit aafb53c

Please sign in to comment.