Skip to content

Commit

Permalink
Update rust-ci.yml (#1789)
Browse files Browse the repository at this point in the history
reintroduced "on" section
  • Loading branch information
ERLindeman authored Sep 13, 2024
1 parent 4bf9663 commit cbcd0e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
name: Rust CI

on:
push:
branches: ['**']
pull_request:
branches: ['**']

env:
CARGO_TERM_COLOR: always

jobs:
build:
if: |
Expand Down

0 comments on commit cbcd0e5

Please sign in to comment.