Skip to content

Commit

Permalink
added automated pr workflow fix double workflow due to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
swazau committed Jun 25, 2024
1 parent 6a23356 commit 13b3634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-arm64-magisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 13b3634

Please sign in to comment.