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
View File
@@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
build: