Skip to content

Commit

Permalink
Ac
Browse files Browse the repository at this point in the history
  • Loading branch information
ILoveScratch2 committed Feb 18, 2025
1 parent 12ea5af commit 564bc27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ on:
push:
tags:
- "v*.*.*"
workflow_dispatch:


# Workflow's jobs
jobs:
# job's id
release:
# job's name
name: build and release electron app
name: build and release electron app

# the type of machine to run the job on
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 564bc27

Please sign in to comment.