fix(build): mark gradlew executable so linux ci can run it #109
This file contains hidden or 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: Sync Development to Main | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - development | |
| permissions: | |
| contents: write | |
| jobs: | |
| merge: | |
| uses: intisy/workflows/.github/workflows/merge.yml@main | |
| with: | |
| source: development | |
| target: main |