Skip to content

Commit cc060ae

Browse files
committed
feat: do not run test pipeline for docs/ branch
This branch should only be used for documentation in directory docs/
1 parent 729584d commit cc060ae

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ name: ZXBasic
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches:
9+
- main
910
pull_request:
10-
branches: [ main ]
11+
branches:
12+
- main
13+
branches-ignore:
14+
- docs
1115

1216
env:
1317
PYTHON_VERSION: 3.12.3

0 commit comments

Comments
 (0)