diff options
| author | _Tradam <[email protected]> | 2023-05-11 23:17:44 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-11 23:17:44 -0400 |
| commit | 333bfde55e090e4e393831c79f6576ce99ba4658 (patch) | |
| tree | 8e63534fe11816aa35f82a7720d73529513da383 /.github/workflows | |
| parent | dedc1d9ec3b3e4cdc5c477d4f00625926fa23f1b (diff) | |
| download | RodeoKit-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.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: |
