raidboss: initial r12s p1 triggers and timeline #2904
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: Sync Files Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - 'ui/raidboss/**' | |
| - '.github/workflows/test-sync-files.yml' | |
| - 'package.json' | |
| pull_request: | |
| paths: | |
| - 'ui/raidboss/**' | |
| - '.github/workflows/test-sync-files.yml' | |
| - 'package.json' | |
| jobs: | |
| main: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ./.github/actions/setup-js-env | |
| - name: npm run sync-files | |
| run: | | |
| npm run sync-files |