mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 07:09:22 +00:00
PIP publish now only happens once a month, on a full moon
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
name: Publish-ifcopenshell-multiplatform
|
name: ci-ifcopenshell-pypi
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
paths:
|
# ┌───────────── minute (0 - 59)
|
||||||
- '.github/workflows/ci-ifcopenshell-pypi.yml'
|
# │ ┌───────────── hour (0 - 23)
|
||||||
- 'src/ifcopenshell-python/ifcopenshell/**'
|
# │ │ ┌───────────── day of the month (1 - 31)
|
||||||
branches:
|
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
|
||||||
- v0.7.0
|
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
|
||||||
|
# * * * * *
|
||||||
|
- cron: "51 23 1 * *" # 9min before utc midnight
|
||||||
|
|
||||||
env:
|
env:
|
||||||
major: 0
|
major: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user