Skip to content

Commit

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

on: [push]


on:
push:
branches:
- master
tags:
- 'v*.*.*'
pull_request:

jobs:
build:
Expand Down

0 comments on commit 688a491

Please sign in to comment.