[go: up one dir, main page]

Skip to content

Commit

Permalink
Asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Mar 28, 2022
1 parent d18739c commit 5d240b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- staging
paths: ["src/components/**", "src/views/**", "src/modals/**", "src/hooks/**"]

jobs:
build-and-deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
paths: ["src/components/**", "src/views/**", "src/modals/**", "src/hooks/**"]

jobs:
build-and-deploy:
Expand Down

0 comments on commit 5d240b5

Please sign in to comment.