mirror of https://github.com/shirou/gopsutil
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
236 B
YAML
13 lines
236 B
YAML
3 years ago
|
on:
|
||
|
schedule:
|
||
|
- cron: '0 1 1 * *' # UTC 01:00 on the first day of the Month
|
||
|
|
||
|
name: Release
|
||
|
jobs:
|
||
|
release:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- name: Release
|
||
|
run: make release
|