Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
wizicer committed Dec 6, 2023
1 parent 276d9ca commit fe2f8be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pawket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Dependencies
run: |
sed -i "s/0.0.0.0/${VERSION}/" packages/pawket/.env.production
sed -i "s/0.0.0.0/${VERSION}/" ui/.env.production
- name: Build pawket
run: |
yarn build:pawket
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-chia-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- master
paths:
- "pawket-chia-lib/**"
- "lib-chia/**"
- ".github/workflows/**"
pull_request:
branches:
- master
paths:
- "pawket-chia-lib/**"
- "lib-chia/**"
- ".github/workflows/**"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-pawket-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- master
paths:
- "pawket/**"
- "ui/**"
- ".github/workflows/**"
pull_request:
branches:
- master
paths:
- "pawket/**"
- "ui/**"
- ".github/workflows/**"

jobs:
Expand Down

0 comments on commit fe2f8be

Please sign in to comment.