Skip to content

Commit bf54526

Browse files
author
xyzjesper
committed
Try to fix workflows
1 parent f1b37f6 commit bf54526

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/disbot-builder-entry.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323

24+
build:
25+
if: "!contains(github.ref, '-dev')"
26+
runs-on: ubuntu-latest
2427
steps:
2528
- uses: actions/checkout@v4
2629
- name: get-npm-version

.github/workflows/disbot-builder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222

23+
build:
24+
if: "!contains(github.ref, '-dev')"
25+
runs-on: ubuntu-latest
2326
steps:
2427
- uses: actions/checkout@v4
2528
- name: get-npm-version

0 commit comments

Comments
 (0)