Skip to content

Commit

Permalink
Fixed CI triggers on wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ruabmbua committed Jan 28, 2024
1 parent 19b3f78 commit 8517320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

env:
Expand Down Expand Up @@ -145,4 +145,4 @@ jobs:
with:
submodules: recursive
- name: fmt check
run: cargo fmt --check
run: cargo fmt --check

0 comments on commit 8517320

Please sign in to comment.