limit unnecessary testing

This commit is contained in:
Brian Clemens
2021-03-03 22:37:29 +09:00
parent 547dd0cabd
commit c9d6e1ceca
2 changed files with 8 additions and 6 deletions

View File

@@ -3,13 +3,11 @@ name: documentation
on:
pull_request:
branches:
- main
branches: [main]
paths:
- 'docs/**'
push:
branches:
- main
branches: [main]
paths:
- 'docs/**'

View File

@@ -3,9 +3,13 @@ name: test
on:
push:
branches: [ main ]
branches: [main]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ main ]
branches: [main]
paths-ignore:
- 'docs/**'
jobs: