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 name: ci
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: on: [push]
push:
pull_request:
branches:
- main
- master
jobs: jobs:
windows-latest: windows-latest:

Loading…
Cancel
Save