Skip to content

Commit

Permalink
Merge pull request #96 from kalio007/dev
Browse files Browse the repository at this point in the history
Corrected the branch of dev CI/CD pipeline
  • Loading branch information
Idimmusix authored Jul 22, 2024
2 parents 588e4fe + 989fd0b commit 2f57ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build, Test, and Deploy for Dev Branch

on:
push:
branchs:
branches:
- dev

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: yarn test
env:
CI: true
- name: buld the dist
- name: buld the dist
run: yarn build

0 comments on commit 2f57ba0

Please sign in to comment.