docs: make Italian README more verbose with detailed explanations #49
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: Build Docker - Feature Branch Push | |
| on: | |
| push: | |
| branches-ignore: | |
| - main | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Dispatch Workflow | |
| uses: timescale/workflow-dispatch-action@main | |
| with: | |
| github-token: ${{ secrets.ORG_GITHUB_AGENTS_TOKEN }} | |
| owner: timescale | |
| repo: tiger-agents-deploy | |
| workflow_id: build.yaml | |
| ref: 'main' | |
| inputs: '{"repository": "tiger-memory-mcp-server", "sha": "${{ github.sha }}"}' |