Skip to content

Commit

Permalink
Update rust_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baget committed Jan 31, 2025
1 parent 3d0f2d8 commit f9d703d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rust CI

on:
push:
branches: [ "main" ]
Expand All @@ -10,11 +10,13 @@ on:
env:
CARGO_TERM_COLOR: always

permissions:
contents: read
pull-requests: write

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit f9d703d

Please sign in to comment.