Update workflow to main branch. (#614)

This fixes:
https://github.com/ArthurSonzogni/FTXUI/issues/599
This commit is contained in:
Arthur Sonzogni 2023-04-09 11:40:54 +02:00 committed by GitHub
parent 2d6ea25682
commit 4bdbf6352d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"