mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-23 20:05:32 +00:00
Rename master to main
This commit is contained in:
parent
eed9cfe64d
commit
4aa79d91d3
3 changed files with 7 additions and 5 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -3,12 +3,14 @@ name: Tests
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- releases/**
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- releases/**
|
||||
paths-ignore:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue