Skip to content

Commit

Permalink
fix(deploy): fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dori Aviram committed Oct 26, 2021
1 parent bb4bc60 commit b38830d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/Publish GH Page
on:
push:
branches:
- master
- ignroe
jobs:
Deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-playground-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/Update playground package
on:
push:
branches:
- master
- ignroe
jobs:
Deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b38830d

Please sign in to comment.