Skip to content

Commit 385910e

Browse files
committed
add branch to .github
1 parent 365f813 commit 385910e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/devcontaienr-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Check Dev Container
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ 'main', 'improved-api']
66
paths:
77
- ".devcontainer/**"
88
- ".github/workflows/devcontainer-ci.yaml"
99
pull_request:
10-
branches: [ "main" ]
10+
branches: [ 'main', 'improved-api' ]
1111
paths:
1212
- ".devcontainer/**"
1313
- ".github/workflows/devcontainer-ci.yaml"

.github/workflows/format.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Run Python linter and formatter
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main', 'improved-api']
66
paths-ignore:
77
- '**.md'
88
- 'lab/**'
99
- 'assets/**'
1010

1111
pull_request:
12-
branches: [ main ]
12+
branches: [ 'main', 'improved-api' ]
1313
paths-ignore:
1414
- '**.md'
1515
- 'lab/**'

0 commit comments

Comments
 (0)