From 13b363486542e34e0129ada87a9859c6ad029e9f Mon Sep 17 00:00:00 2001 From: dandocmando Date: Tue, 25 Jun 2024 13:02:05 +1000 Subject: [PATCH] added automated pr workflow fix double workflow due to PR --- .github/workflows/build-arm64-magisk.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-arm64-magisk.yml b/.github/workflows/build-arm64-magisk.yml index 41dd9db..cc59abf 100644 --- a/.github/workflows/build-arm64-magisk.yml +++ b/.github/workflows/build-arm64-magisk.yml @@ -2,8 +2,6 @@ name: Build gocryptfs for ARM64 and package as Magisk module on: push: branches: [ workflows ] - pull_request: - branches: [ workflows ] workflow_dispatch: jobs: build: @@ -58,6 +56,7 @@ jobs: with: token: ${{ secrets.ACTIONS_SECRET }} path: gocryptfs-magisk + base: main # Specify the base branch for the pull request branch: update-gocryptfs-binary title: Update gocryptfs binary to version ${{ env.version }} body: |