Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Fix C releases
Browse files Browse the repository at this point in the history
  • Loading branch information
maikirakiwi authored Jul 17, 2022
1 parent bef39ab commit eaa81c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: "Build Windows/ Linux / ARM macOS"
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ C ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
prerelease: false
files: prebuilds/



0 comments on commit eaa81c1

Please sign in to comment.