Skip to content

Commit 36fd911

Browse files
committed
.github/workflows/Test.yml: limit doc to push on master branch
1 parent c9f89ce commit 36fd911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: Test
22

33
on:
44
push:
5+
branches:
6+
- master # Only trigger workflow on pushes to master
57
pull_request:
68
workflow_dispatch:
79

810
jobs:
911

10-
1112
doc:
1213
if: github.ref == 'refs/heads/master'
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)