mirror of
https://github.com/PacketParker/PacketParker.git
synced 2025-04-18 21:24:48 -05:00
Create main.yml
This commit is contained in:
parent
b9eb4ee2f6
commit
90ca49db3e
15
.github/workflows/main.yml
vendored
Normal file
15
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Metrics
|
||||
on:
|
||||
# Schedule daily updates
|
||||
schedule: [{cron: "0 0 * * *"}]
|
||||
# Run workflow when pushing on master/main
|
||||
push: {branches: ["master", "main"]}
|
||||
jobs:
|
||||
github-metrics:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: production
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: packetparker/metrics@master
|
Loading…
x
Reference in New Issue
Block a user