Skip to content

Commit

Permalink
Prevent duplicate GH Workflows runs on pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackdev committed Oct 24, 2023
1 parent cb166a9 commit 0898c66
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: [push, pull_request]

on:
push:
branches:
- master
pull_request:
name: CI

env:
Expand Down

0 comments on commit 0898c66

Please sign in to comment.