Skip to content

Commit

Permalink
Merge pull request #349 from CliMA/orad/rm-bors
Browse files Browse the repository at this point in the history
Handling bors removal: new workflows
  • Loading branch information
odunbar committed Nov 8, 2023
2 parents 9d34324 + f4721cb commit bd6b260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:
paths:
- 'docs/**'
- 'src/**'
- 'Project.toml'
- 'Manifest.toml'
- '.github/workflows/**'

jobs:
docs-build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: Run Tests
on:
pull_request:
push:
branches:
- staging
- trying
- main
tags: '*'
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit bd6b260

Please sign in to comment.