Skip to content

Commit

Permalink
πŸ’š Fix CI/CD?
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Feb 16, 2024
1 parent 007ac1a commit f9726dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-loop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Build Loop

on: [ workflow_dispatch ]
on:
push:
branches:
- develop
workflow_dispatch:

jobs:
build_with_signing:
build:
name: Build Loop
runs-on: macos-14

Expand Down

0 comments on commit f9726dc

Please sign in to comment.