Skip to content

Commit

Permalink
ci: Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
neretin-trike committed Nov 14, 2024
1 parent 1211b6c commit 2871564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release
name: Release alpha

on:
pull_request:
branches:
- dev

concurrency:
# New commit on branch cancels running workflows of the same branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release dev

on:
push:
Expand Down

0 comments on commit 2871564

Please sign in to comment.