Do not trigger the CI workflow automatically. One can still run it manually if needed. (#149246)

This commit is contained in:
Ladislau Szomoru
2022-05-11 13:45:45 +02:00
committed by GitHub
parent 2a9f19d36f
commit ad36ad0874

View File

@@ -1,14 +1,16 @@
name: CI
on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
- release/*
on: workflow_dispatch
# on:
# push:
# branches:
# - main
# - release/*
# pull_request:
# branches:
# - main
# - release/*
jobs:
windows: