Avoid duplicated C.I. runs

master
christophe ago%!(EXTRA string=1 year) committed by Christophe
parent e357f58c96
commit e98ad7c9f8
  1. 7
      .github/workflows/ci.yml

@ -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:

Loading…
Cancel
Save