Fix removed pull_request event from ci

This commit is contained in:
shamoon 2023-09-28 21:54:03 -07:00 committed by Rock
parent d63a33dc93
commit 55302209a7

View File

@ -7,6 +7,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+'
# https://semver.org/#spec-item-9 # https://semver.org/#spec-item-9
- 'v[0-9]+.[0-9]+.[0-9]+-beta.rc[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+-beta.rc[0-9]+'
pull_request:
env: env:
# This is the version of pipenv all the steps will use # This is the version of pipenv all the steps will use