Skip to content

Commit

Permalink
fix(ci): update CI push/pull branches
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jan 27, 2024
1 parent 205b268 commit e444fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ env:

on:
pull_request:
branches: ['main', 'doc-deploy', 'ruth-notebook-for-workshop', 'r-docker-refactor']
branches: ['main', 'r-docker-refactor']
paths-ignore: ['docs/**']

push:
branches: ['main', 'doc-deploy', 'ruth-notebook-for-workshop', 'r-docker-refactor']
branches: ['main', 'r-docker-refactor']

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit e444fbb

Please sign in to comment.