Skip to content

Commit

Permalink
ci: fix duplicated checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 authored Mar 8, 2022
1 parent 5f1479b commit 702f6ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Rust

on: [push, pull_request]
on:
pull_request:
branches: ["*"]
push:
branches: ["main"]

concurrency:
# Documentation suggests ${{ github.head_ref }}, but that's only available on pull_request/pull_request_target triggers, so using ${{ github.ref }}.
Expand Down

0 comments on commit 702f6ac

Please sign in to comment.