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 093c4dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
on: [push, pull_request]

name: CI

on:
push:
branches:
- master
pull_request:

env:
# This is required to enable the web_sys clipboard API which egui_web uses
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
Expand Down

0 comments on commit 093c4dc

Please sign in to comment.