[client] Add bind activity listener to bypass udp sockets #2311
Workflow file for this run
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: Git Town | |
| on: | |
| pull_request: | |
| branches: | |
| - '**' | |
| jobs: | |
| git-town: | |
| name: Display the branch stack | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: git-town/[email protected] | |
| with: | |
| skip-single-stacks: true |