Skip to content

Commit

Permalink
fix syntax ... again
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuinones committed Oct 4, 2023
1 parent aeaf471 commit 0a9e2f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: 'PR Checks'

on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0a9e2f8

Please sign in to comment.