Skip to content

Commit

Permalink
Stop running testing workflows on pushes to master
Browse files Browse the repository at this point in the history
Testing workflows are running on pushes to master, and it isn't necessary
Everything has to go through a pull request anyway, so the extra testing is superfluous and confusing
  • Loading branch information
Swandog committed Nov 22, 2023
1 parent d7289fc commit 8820bd2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cli-build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: 'CLI: Build and Test'

on:
push:
branches:
- main
- master
workflow_dispatch:
pull_request:
paths:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/python-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: 'Python: Build and Test'

on:
push:
branches:
- main
- master
tags:
- python-*
workflow_dispatch:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rust-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: 'Rust: Build and Test'

on:
push:
branches:
- main
- master
tags:
- rust-*
workflow_dispatch:
Expand Down

0 comments on commit 8820bd2

Please sign in to comment.