Skip to content

Commit 3edc7b4

Browse files
authored
Fix build workflow
1 parent 1dfdc49 commit 3edc7b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build
22

33
on:
44
push:
5-
branches: main
5+
branches:
6+
- main
67
pull_request:
78
branches: '*'
89

@@ -14,7 +15,7 @@ jobs:
1415
uses: actions/checkout@v2
1516

1617
- name: Base Setup
17-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
18+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
1819

1920
- name: Install dependencies
2021
run: python -m pip install -U jupyterlab~=3.1 check-manifest

0 commit comments

Comments
 (0)