Skip to content

Commit f87a668

Browse files
Update branches & ignored paths for GitHub actions
1 parent fa8fdad commit f87a668

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/lint-library-generator.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,30 @@ name: Lint Python library generator
44

55
on:
66
push:
7+
branches:
78
branches:
89
- 'main'
10+
- 'release'
11+
paths-ignore:
12+
- '.github/**'
13+
- 'examples/**'
14+
- 'meraki/aio/**'
15+
- 'notebooks/**'
16+
- 'README.md'
17+
- 'LICENSE'
18+
- 'setup.py'
919
pull_request:
1020
branches:
1121
- 'main'
22+
- 'release'
23+
paths-ignore:
24+
- '.github/**'
25+
- 'examples/**'
26+
- 'meraki/aio/**'
27+
- 'notebooks/**'
28+
- 'README.md'
29+
- 'LICENSE'
30+
- 'setup.py'
1231
workflow_dispatch:
1332

1433
jobs:

.github/workflows/test-library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
pull_request:
2020
branches:
2121
- 'main'
22+
- 'release'
2223
paths-ignore:
2324
- '.github/**'
2425
- 'examples/**'

0 commit comments

Comments
 (0)