mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Build on main branch tags only (#394)
* Build on main branch tags only * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build-alpha.yml
vendored
2
.github/workflows/build-alpha.yml
vendored
@@ -2,6 +2,8 @@ name: '[CI] Build Alpha'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '**' # Currently any tag, need to slim down
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user