Skip to content

Commit

Permalink
fix: update branches config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Jul 6, 2024
1 parent 095eb2f commit d6bca03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/quick_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]

name: Rust CI Workflow

Expand Down

0 comments on commit d6bca03

Please sign in to comment.