mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 07:53:43 +00:00
workflow main references
This commit is contained in:
parent
8e98458ff1
commit
33cbf07c96
3 changed files with 3 additions and 3 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -2,7 +2,7 @@ name: Validate 'setup-go'
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
|
|
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -2,7 +2,7 @@ name: build-test
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue