Skip to content

Commit b2ed161

Browse files
committed
chore: do not trigger documentation workflow on PR
1 parent a86cd1b commit b2ed161

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
tags: '*'
8-
pull_request:
98

109
jobs:
1110
build:
@@ -30,4 +29,4 @@ jobs:
3029
- name: Build and deploy
3130
env:
3231
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
run: julia --project=docs docs/make.jl
32+
run: julia --project=docs docs/make.jl

0 commit comments

Comments
 (0)