Skip to content

Commit

Permalink
Finally fix CI (#18)
Browse files Browse the repository at this point in the history
* Fix CI

* Fix CI

* Gate release in CI
  • Loading branch information
willcrichton authored Sep 11, 2024
1 parent 2e93030 commit 146bd4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Release

on: [push]
# pull_request:
# branches: [main]
# types: [labeled,closed]
on:
pull_request:
branches: [main]
types: [labeled,closed]

jobs:
build-artifacts:
# if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion rs/crates/repo-quest/Tauri.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
product-name = "RepoQuest"
productName = "RepoQuest"
version = "0.1.1"
identifier = "com.repo-quest.app"

Expand Down

0 comments on commit 146bd4f

Please sign in to comment.