Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Sep 20, 2024
1 parent da52bb0 commit e98eb49
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Build and Release Yttrium

on:
# workflow_dispatch:
# inputs:
# version:
# description: 'Version number for the release (e.g., 0.1.0)'
# required: true
push:
branches:
- 'jack/xcframework'
workflow_dispatch:
inputs:
version:
description: 'Version number for the release (e.g., 0.1.0)'
required: true
# push:
# branches:
# - 'jack/xcframework'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit e98eb49

Please sign in to comment.