diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index ac3b680..5a48e55 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,10 +1,9 @@ name: Documentation on: - workflow_dispatch: push: branches: - - master + - main paths: - docs/** - tycmd.py diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index c361fbc..b8a5ed1 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -1,6 +1,5 @@ name: CI on: - workflow_dispatch: push: branches: - main