Skip to content

Commit

Permalink
Merge pull request #23 from tamu-edu/fix/check-case
Browse files Browse the repository at this point in the history
fix check-case
  • Loading branch information
cybrknght authored Mar 13, 2024
2 parents 363c1df + db6cb21 commit c59c031
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check-case.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Check Case
on:
on:
pull_request:
types: [opened, edited, reopened]
types:
- opened
- edited
- reopened
- synchronize
jobs:
check-case:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c59c031

Please sign in to comment.