Skip to content

Commit

Permalink
Rename the workflow name for build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsuboshi committed Oct 20, 2024
1 parent b60623a commit b41d69b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: cargo build check (no extend feature)
on: push
name: Build check
on:
push:
branches: ['main']
paths:
- '.github/workflows/build.yaml'
- 'Cargo.toml'
- 'src/*'
jobs:
ubuntu:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b41d69b

Please sign in to comment.