Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaAslaniYC authored Oct 7, 2024
1 parent 71c344c commit ad23bd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build DXUI-Installer
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Build DXUI-Installer
run: |
qmake DXUI-Installer.pro
qmake Installer.pro
make
- name: Upload build artifacts
Expand Down

0 comments on commit ad23bd0

Please sign in to comment.