Skip to content

Commit a94e6aa

Browse files
authored
fix(NOJIRA-123): update ci-standard-checks pull_request triggers (#95)
1 parent a780f5d commit a94e6aa

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci-standard-checks.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,23 @@ on:
44
branches:
55
- main
66
pull_request:
7-
types: [opened, edited, synchronize, reopened]
7+
types:
8+
- opened
9+
- edited
10+
- synchronize
11+
- reopened
12+
- ready_for_review
813
branches:
914
- main
10-
1115
jobs:
1216
ci-standard-checks:
13-
runs-on: [ubuntu-latest]
14-
17+
runs-on:
18+
- ubuntu-latest
1519
steps:
1620
- name: Check Out Source Code
1721
uses: actions/checkout@v2
1822
with:
1923
fetch-depth: 0
20-
2124
- name: CI Standard Checks
2225
uses: Typeform/ci-standard-checks@v1
2326
with:

0 commit comments

Comments
 (0)