Skip to content

Commit

Permalink
Fix CI running twice :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Jun 11, 2024
1 parent 105578d commit 5963f2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
rust:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/mean_bean_ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Mean Bean CI

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
install-cross:
Expand Down

0 comments on commit 5963f2e

Please sign in to comment.