mirror of
https://github.com/actions/go-versions
synced 2024-11-22 03:52:40 +00:00
Updated event
This commit is contained in:
parent
5735a29e98
commit
38f14f667d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/validate-manifest.yml
vendored
4
.github/workflows/validate-manifest.yml
vendored
|
@ -5,8 +5,10 @@ on:
|
||||||
- cron: '0 8,20 * * *'
|
- cron: '0 8,20 * * *'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'versions-manifest.json'
|
||||||
env:
|
env:
|
||||||
TOOL_NAME: "Go"
|
TOOL_NAME: "Go"
|
||||||
defaults:
|
defaults:
|
||||||
|
|
Loading…
Reference in a new issue