Skip to content

Commit

Permalink
Update pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Dec 15, 2023
1 parent ca5fa5b commit 3125cd9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
- synchronize
paths-ignore:
- "*.md"
- ".github/*"
jobs:
publish_on_linux:
build_on_linux:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -26,8 +27,8 @@ jobs:
run: npm i electron-builder -g

- name: build
run: npm run build:ts
publish_on_win:
run: npm run build
build_on_win:
runs-on: windows-latest
steps:
- name: Checkout repository
Expand All @@ -46,8 +47,8 @@ jobs:
run: npm i electron-builder -g

- name: build
run: npm run build:ts
publish_on_macos:
run: npm run build
build_on_macos:
runs-on: macOS-latest
steps:
- name: Checkout repository
Expand All @@ -69,4 +70,4 @@ jobs:
run: npm i electron-builder -g

- name: build
run: npm run build:ts
run: npm run build

0 comments on commit 3125cd9

Please sign in to comment.