Skip to content

Commit

Permalink
fix(NOJIRA-123): update ci-standard-checks pull_request triggers (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
trapped authored Aug 24, 2023
1 parent 4cf3445 commit 700c5b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-standard-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ on:
branches:
- main
pull_request:
types: [opened, edited, synchronize, reopened]
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
branches:
- main

jobs:
ci-standard-checks:
runs-on: ubuntu-latest

steps:
- name: Check Out Source Code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: CI Standard Checks
uses: Typeform/ci-standard-checks@v1
with:
Expand Down

0 comments on commit 700c5b7

Please sign in to comment.