Update workflow conditions

- Don't run for README changes
- Run style and test deploy for all branches
This commit is contained in:
Billy Tat
2024-08-01 15:18:26 -07:00
parent a0f600a998
commit 7370fefe3c
3 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ name: Test deployment
on:
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
test-deploy: