Skip to content

Commit

Permalink
remove pr, add prod-ready bit
Browse files Browse the repository at this point in the history
  • Loading branch information
aidangannon committed Mar 16, 2024
1 parent ff083ed commit c93a8df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: CI/CD Pipeline

on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main, prod-ready]
jobs:
set-env:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c93a8df

Please sign in to comment.