-
Notifications
You must be signed in to change notification settings - Fork 57
Add workflow #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add workflow #25
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
073a4f4 to
871bd58
Compare
4593c19 to
a9112b5
Compare
| push: | ||
| branches: | ||
| - develop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will change this main branch after change with public repository
| { | ||
| "name": "reactive-kit", | ||
| "version": "0.1.0", | ||
| "version": "0.2.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested workflow and that's why version bumped like this.
We will release version as "1.0.0" soon.
| deploy: | ||
| runs-on: ubuntu-latest | ||
| needs: check-changes | ||
| if: ${{ needs.check-changes.outputs.changed == 'true' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run deploy job only implementation change or added.
No description provided.