Skip to content

Commit

Permalink
trigger workflows on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz authored and jean-airoldie committed Jul 29, 2020
1 parent a984eb9 commit b02c12a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Rust

on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
on: [push, pull_request]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit b02c12a

Please sign in to comment.