feat(DatePicker): add support for click event for year, month and dat… #4706
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror to Gitlab | |
on: | |
push: | |
paths: | |
- src/Masa.Blazor/** | |
- .gitlab-ci.yml | |
delete: | |
paths: | |
- src/Masa.Blazor/** | |
- .gitlab-ci.yml | |
create: | |
paths: | |
- src/Masa.Blazor/** | |
- .gitlab-ci.yml | |
workflow_dispatch: | |
jobs: | |
to_gitlab: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: config git | |
run: git config --global http.postBuffer 524288000 | |
- uses: yesolutions/[email protected] | |
with: | |
REMOTE: '${{ secrets.GITLAB_ADDER }}/cicd/masa.blazor1.git' | |
GIT_USERNAME: ${{ secrets.GIT_USERNAME }} | |
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} | |