Skip to content

Commit

Permalink
Update build_electron_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai authored May 1, 2024
1 parent 0b773bb commit 1c48d0d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build_electron_app.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
name: Build and Package Electron App

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
version-bump:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c48d0d

Please sign in to comment.