summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author_Tradam <[email protected]>2023-05-11 23:17:44 -0400
committerGitHub <[email protected]>2023-05-11 23:17:44 -0400
commit333bfde55e090e4e393831c79f6576ce99ba4658 (patch)
tree8e63534fe11816aa35f82a7720d73529513da383 /.github/workflows
parentdedc1d9ec3b3e4cdc5c477d4f00625926fa23f1b (diff)
downloadRodeoKit-333bfde55e090e4e393831c79f6576ce99ba4658.tar.gz
RodeoKit-333bfde55e090e4e393831c79f6576ce99ba4658.zip
Update send_autobuild_webdocs_ping.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/send_autobuild_webdocs_ping.yml2
1 files changed, 1 insertions, 1 deletions
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: