Skip to content

Commit

Permalink
Run CI on each PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Nov 6, 2023
1 parent 03bbcac commit 816dbea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CodeCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Code Coverage

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

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/Documentation.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 816dbea

Please sign in to comment.