Add deleted-client filter in agent details (#2432) #5237
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: 'Continuous Integration: Frontend' | |
| on: | |
| workflow_dispatch: # Manual trigger | |
| push: | |
| branches: [main] | |
| paths-ignore: | |
| - backend/** | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| paths-ignore: | |
| - backend/** | |
| jobs: | |
| ci: | |
| name: 'Continuous Integration' | |
| uses: './.github/workflows/template-build-and-test-frontend.yml' |