Skip to content

Commit 6136a29

Browse files
committed
update .yml
1 parent e062ac6 commit 6136a29

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/Documenter.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on:
44
push:
55
branches:
66
- main # update to match your development branch (master, main, dev, trunk, ...)
7-
tags: '*'
7+
tags: ['*']
88
pull_request:
9+
branches:
10+
- main
11+
types: = [opened, synchronize, reopened]
912

1013
# Cancel previous runs if a new one is triggered (by push on PR)
1114
concurrency:
@@ -17,7 +20,7 @@ jobs:
1720
permissions:
1821
contents: write
1922
statuses: write
20-
runs-on: ubuntu-24.04
23+
runs-on: ubuntu-latest
2124
environment: production
2225
steps:
2326
- name: Install system dependencies

0 commit comments

Comments
 (0)