From 1545b7a56e7d9895e265c4dae507350a41d6b3e5 Mon Sep 17 00:00:00 2001 From: "Walied K. Yassen" Date: Wed, 28 Aug 2024 17:27:05 +0300 Subject: [PATCH] Switch CI branch to master --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 030c804..42e2981 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ name: Build on: # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests) push: - branches: [ main ] + branches: [ master ] # Trigger the workflow on any pull request pull_request: