Skip to content

Commit

Permalink
Merge pull request #147 from CliMA/zs/remove_bors
Browse files Browse the repository at this point in the history
modify workflow for github without merge queue
  • Loading branch information
szy21 authored Nov 7, 2023
2 parents b18dc00 + 37f1b7d commit 155fb92
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CodeCov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: CodeCov

on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Documentation

on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/JuliaFormatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: JuliaFormatter

on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: ci
on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:

Expand Down

0 comments on commit 155fb92

Please sign in to comment.