Skip to content

Commit da02623

Browse files
committed
Only deploy docs on master and tags
1 parent ee9862a commit da02623

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ on:
33
push:
44
branches:
55
- master
6-
pull_request:
7-
branches:
8-
- '**'
6+
tags:
7+
- '*'
98
jobs:
109
build:
1110
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)