diff options
Diffstat (limited to '.github/workflows/send_autobuild_webdocs_ping.yml')
| -rw-r--r-- | .github/workflows/send_autobuild_webdocs_ping.yml | 2 |
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: |
