mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
master --> main
This commit is contained in:
parent
60828b8246
commit
08cac3bebc
3 changed files with 5 additions and 5 deletions
2
.github/workflows/cdn.yml
vendored
2
.github/workflows/cdn.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: CDN
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Deploy uppy.io
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue