Skip to content

Commit

Permalink
Merge pull request #52 from webern/actions-tweak
Browse files Browse the repository at this point in the history
github actions: run for any pr
  • Loading branch information
webern authored Sep 7, 2023
2 parents 1c8b959 + 8dc5bb9 commit 8771cc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Rust
on:
# triggers when a PR is posted
pull_request:
branches: [develop]
branches:
- "*"
paths-ignore:
- "**.md"
- "**.plantuml"
Expand Down

0 comments on commit 8771cc7

Please sign in to comment.