Skip to content

Commit 70694f1

Browse files
authored
Update build-commandframework.yml
1 parent 0895b5d commit 70694f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-commandframework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
if: ${ "!contains(github.event.head_commit.message, 'Bump')" || "!contains(github.event.head_commit.message, '[skip]')}
1110
steps:
1211
- uses: actions/checkout@v2
1312
- name: Set up JDK 8
@@ -21,3 +20,4 @@ jobs:
2120
with:
2221
name: CommandFramework
2322
path: target/**
23+
if: "!contains(github.event.head_commit.message, 'Bump')"

0 commit comments

Comments
 (0)