Skip to content

Commit

Permalink
Update build_iso.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proJM-Coding authored May 28, 2024
1 parent 7d38a72 commit dbf8358
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Build ISO

on:
workflow_dispatch:
workflow_call:
pull_request:
branches:
- main
schedule:
- cron: '05 10 * * 2'

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-iso
Expand Down

0 comments on commit dbf8358

Please sign in to comment.