Skip to content

Commit 23fd02e

Browse files
ci(github-actions): enable contentful maintainers to manually approve and run gh actions from PRs that originated from forked repos
1 parent dfaf018 commit 23fd02e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ permissions:
55
on:
66
push:
77
branches: ['**']
8+
pull_request:
9+
branches: ['**']
10+
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
814

915
jobs:
1016
build:

0 commit comments

Comments
 (0)