Merge pull request #251 from TogetherCrew/feat/218-violation-detection #133
This file contains 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: Production CI/CD Pipeline | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
ci: | |
uses: TogetherCrew/operations/.github/workflows/ci.yml@main | |
secrets: | |
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} |