Skip to content

Commit

Permalink
Avoid duplicated C.I. runs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Dec 22, 2023
1 parent 1cc8e80 commit 186001e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: ci
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀

on:
push:
pull_request:
branches:
- main
- master
on: [push]

jobs:
windows-latest:
Expand Down

0 comments on commit 186001e

Please sign in to comment.