From 333bfde55e090e4e393831c79f6576ce99ba4658 Mon Sep 17 00:00:00 2001 From: _Tradam Date: Thu, 11 May 2023 23:17:44 -0400 Subject: Update send_autobuild_webdocs_ping.yml --- .github/workflows/send_autobuild_webdocs_ping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send_autobuild_webdocs_ping.yml b/.github/workflows/send_autobuild_webdocs_ping.yml index b0bc009..415eb09 100644 --- a/.github/workflows/send_autobuild_webdocs_ping.yml +++ b/.github/workflows/send_autobuild_webdocs_ping.yml @@ -6,7 +6,7 @@ name: "Send Autobuild Webdocs Ping" on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "main" ] + branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -- cgit v1.2.3