Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Sep 3, 2022
1 parent 3cf2b77 commit ba4f06a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ name: Test

on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
branches: [ master ]
branches:
- dev
paths-ignore:
- '**.md'
- 'docs/**'

jobs:
build:
Expand Down

0 comments on commit ba4f06a

Please sign in to comment.