Skip to content

Commit

Permalink
turn on CI on all the branches
Browse files Browse the repository at this point in the history
So people working on pull-request in branches will be able to
enable GitHub Actions and benefit from it.
  • Loading branch information
szabgab committed May 22, 2024
1 parent fd2fcf0 commit 9c663ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: Rust

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 9c663ad

Please sign in to comment.