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.
2 parents cd140be + 7f22a57 commit 5db5bb5Copy full SHA for 5db5bb5
1 file changed
.github/workflows/release.yml
@@ -5,8 +5,6 @@ on:
5
branches:
6
- main
7
- next
8
- - beta
9
- - alpha
10
11
env:
12
CI: true
@@ -17,7 +15,7 @@ jobs:
17
15
if: "!contains(github.event.head_commit.message, 'skip ci')"
18
16
runs-on: ubuntu-latest
19
steps:
20
- - name: Checkout Project
+ - name: Checkout [main]
21
uses: actions/checkout@v1
22
- name: Install Dependencies
23
run: npm install --no-package-lock
0 commit comments