8000 Apply actions to all branches · vmachan/document-api-python@d9c08f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9c08f5

Browse files
authored
Apply actions to all branches
1 parent bede0fa commit d9c08f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ master ]
8+
paths-ignore:
9+
- 'docs/**'
910
pull_request:
10-
branches: [ master ]
11+
branches: *
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)
0