From 7a0b44905dcb6b2d45bb96de5439b6904e9c8de3 Mon Sep 17 00:00:00 2001 From: Brian Jackson Date: Sat, 9 Apr 2022 19:42:23 -0400 Subject: [PATCH] Update actions after trunk name change --- .github/workflows/CI.yml | 2 +- .github/workflows/Documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 704a8634..2acc2ccc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - master + - main tags: '*' pull_request: jobs: diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 712d2a40..c3143a6f 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -3,7 +3,7 @@ name: Documentation on: push: branches: - - master + - main tags: '*' pull_request: