Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu0118 committed Nov 12, 2023
1 parent fd71971 commit 197c34b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ name: Test
on:
pull_request:
branches: [ "main" ]
paths-ignore:
- README.md
push:
branches: [ "main" ]
paths-ignore:
- README.md
workflow_dispatch:

concurrency:
group: format-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: Test
Expand Down

0 comments on commit 197c34b

Please sign in to comment.