mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Update workflow to main branch. (#614)
This fixes: https://github.com/ArthurSonzogni/FTXUI/issues/599
This commit is contained in:
parent
2d6ea25682
commit
4bdbf6352d
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -6,10 +6,10 @@ on:
|
|||||||
-v*
|
-v*
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@ -169,7 +169,7 @@ jobs:
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
documentation:
|
documentation:
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/main'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout repository"
|
- name: "Checkout repository"
|
||||||
|
Loading…
Reference in New Issue
Block a user