We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b37f6 commit bf54526Copy full SHA for bf54526
.github/workflows/disbot-builder-entry.yml
@@ -21,6 +21,9 @@ jobs:
21
strategy:
22
fail-fast: false
23
24
+ build:
25
+ if: "!contains(github.ref, '-dev')"
26
+ runs-on: ubuntu-latest
27
steps:
28
- uses: actions/checkout@v4
29
- name: get-npm-version
.github/workflows/disbot-builder.yml
@@ -20,6 +20,9 @@ jobs:
20
0 commit comments