Skip to content

Commit 33e01df

Browse files
committed
Make build-docs-preview workflow run on every change to the PR
1 parent ac779c1 commit 33e01df

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-docs-preview.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@ name: Build Docs Preview
33

44
on:
55
pull_request:
6+
types:
7+
- opened
8+
- synchronize
69
paths:
710
- '**/*.po'
811

12+
concurrency:
13+
group: docs-preview-${{ github.event.pull_request.number }}
14+
cancel-in-progress: true
15+
916
jobs:
1017
build:
1118
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)