Skip to content

Commit

Permalink
[TMP] workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Dec 25, 2024
1 parent 2298ef7 commit 94a67b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: macos
name: Build

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

defaults:
run:
Expand Down

0 comments on commit 94a67b0

Please sign in to comment.