Skip to content

Commit

Permalink
fix(NOJIRA-123): update ci-standard-checks pull_request triggers (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
trapped authored Oct 3, 2023
1 parent a780f5d commit a94e6aa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci-standard-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ 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]

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 a94e6aa

Please sign in to comment.