Skip to content

Commit

Permalink
Update the workflows so there is no duplicate actions for PRs.
Browse files Browse the repository at this point in the history
The workflows have been updated so that PRs will no longer produce
duplicate actions.
  • Loading branch information
mdwn committed Mar 26, 2024
1 parent 5aee3e4 commit 446bba7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/mtrack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: mtrack
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
clippy:
Expand Down

0 comments on commit 446bba7

Please sign in to comment.