Do not run ci.yml on push to main (#1757)

All commits should be submit via PR, and merge_queue already run ci.yml, with up-to-date source code.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-14 19:29:41 +10:00 committed by GitHub
parent d3cd0a2ad4
commit 475fd61cd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,12 +14,6 @@ on:
- opened
- reopened
- synchronize
push:
branches:
- main
paths-ignore:
- README.md
- SUPPORT.md
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.event.pull_request.number || github.sha }}-${{ inputs.additional_key }}