Skip to content

Commit

Permalink
Run actions on PRs into master and on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Oct 3, 2020
1 parent c8eccd6 commit a3e6004
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Rust

on: [push]


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

jobs:
build:
Expand Down

0 comments on commit a3e6004

Please sign in to comment.