Skip to content

Commit

Permalink
ci: do not restrict to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Mar 6, 2025
1 parent dc9ad90 commit e46689f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: 🧩 Backends
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- '.github/workflows/backends.yml'
- 'src/**/*.rs'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: 📋 Code Quality
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- '.github/workflows/code-quality.yml'
- 'src/**/*.rs'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/other-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: 🚩 Misc Checks
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- '.github/workflows/other-checks.yml'
- 'src/**/*.rs'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: 🧪 Cargo Tests
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- '.github/workflows/test.yml'
- 'src/**/*.rs'
Expand Down

0 comments on commit e46689f

Please sign in to comment.