Merge pull request #701 from Mariosmsk/dev

Add a cron schedule in actions per month to create artifacts
This commit is contained in:
Elad Salomons
2023-01-19 07:49:22 +02:00
committed by GitHub
3 changed files with 15 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
name: linux name: linux
on: [push] on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *'
jobs: jobs:
build: build:

View File

@@ -1,6 +1,10 @@
name: epanet2-win32 name: epanet2-win32
on: [push] on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *'
jobs: jobs:
build: build:

View File

@@ -1,6 +1,10 @@
name: epanet2-win64 name: epanet2-win64
on: [push] on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *'
jobs: jobs:
build: build: