Skip to content

Commit

Permalink
re-enable github actions for new main branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Nov 11, 2023
1 parent 46e9974 commit 3084c3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build

on:
push:
branches: [ master ]
branches:
- '*'
pull_request:
branches: [ master ]
branches:
- '*'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 3084c3f

Please sign in to comment.