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

View File

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