Skip to content

Commit

Permalink
🔧 Configure monthly check, workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Sep 1, 2024
1 parent a230752 commit e947aef
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: Go
on: push

on:
push:
branches:
- v2
pull_request:
branches:
- v2
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"

jobs:

Expand Down

0 comments on commit e947aef

Please sign in to comment.