mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-22 03:35:31 -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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
tags:
|
tags:
|
||||||
- '**' # Currently any tag, need to slim down
|
- '**' # Currently any tag, need to slim down
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user