Skip to content

Commit

Permalink
Fix bugs introduced by formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Mar 27, 2024
1 parent 534ce29 commit fa27c58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Pull Request Tests
on:
pull_request:
branches:
- master
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch: null
- master
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:

jobs:
gcc:
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}

name: clang
steps:
- name: Checkout
Expand Down

0 comments on commit fa27c58

Please sign in to comment.