Skip to content

Commit

Permalink
Add production.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed May 21, 2023
1 parent 02b3e64 commit 2ea5a39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 }}
2 changes: 1 addition & 1 deletion .github/workflows/start.staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Staging CI
name: Staging CI/CD Pipeline

on: pull_request

Expand Down

0 comments on commit 2ea5a39

Please sign in to comment.