Skip to content

Commit

Permalink
Fix branch in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
zduny committed Sep 19, 2023
1 parent 342ff23 commit c1bb32a
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: build

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

env:
CARGO_TERM_COLOR: always
Expand All @@ -20,6 +20,6 @@ jobs:

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

0 comments on commit c1bb32a

Please sign in to comment.