mirror of https://github.com/pyodide/pyodide.git
CI Fix release deployment branch filter (#1489)
This commit is contained in:
parent
38b95f9080
commit
025e295470
|
@ -333,7 +333,7 @@ workflows:
|
||||||
- test-emsdk
|
- test-emsdk
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: main
|
ignore: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /^\d+\.\d+\.\w+$/
|
only: /^\d+\.\d+\.\w+$/
|
||||||
- deploy-s3:
|
- deploy-s3:
|
||||||
|
|
Loading…
Reference in New Issue