We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365f813 commit 385910eCopy full SHA for 385910e
.github/workflows/devcontaienr-ci.yml
@@ -2,12 +2,12 @@ name: Check Dev Container
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ 'main', 'improved-api']
6
paths:
7
- ".devcontainer/**"
8
- ".github/workflows/devcontainer-ci.yaml"
9
pull_request:
10
+ branches: [ 'main', 'improved-api' ]
11
12
13
.github/workflows/format.yml
@@ -2,14 +2,14 @@ name: Run Python linter and formatter
- branches: [ main ]
paths-ignore:
- '**.md'
- 'lab/**'
- 'assets/**'
14
15
0 commit comments