Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Remove feature branch PR actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenk2 committed Oct 13, 2023
1 parent c16b326 commit bc04ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI and CD

on:
push:
branches: ['main', 'table-mvb']
branches: ['main']
pull_request:
branches: ['main', 'table-mvb']
branches: ['main']
schedule:
- cron: '0 1 * * SUN'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pr-preview

on:
pull_request:
branches: ['main', 'table-mvb']
branches: ['main']
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bc04ab8

Please sign in to comment.