Skip to content

Commit

Permalink
ci: run checks on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 authored Mar 8, 2022
1 parent 4682581 commit 5f1479b
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: [main]
pull_request:
branches: [main]
on: [push, pull_request]

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 5f1479b

Please sign in to comment.