mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +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*
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -169,7 +169,7 @@ jobs:
|
||||
overwrite: true
|
||||
|
||||
documentation:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/main'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Checkout repository"
|
||||
|
Loading…
Reference in New Issue
Block a user