mirror of https://github.com/VLSIDA/OpenRAM.git
Try with the current branch
This commit is contained in:
parent
78a2472bbf
commit
320b0223f8
|
|
@ -1,10 +1,10 @@
|
||||||
name: deploy
|
name: deploy
|
||||||
on:
|
on: [push]
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- stable
|
# - stable
|
||||||
tags:
|
# tags:
|
||||||
- 'v*.*.*'
|
# - 'v*.*.*'
|
||||||
jobs:
|
jobs:
|
||||||
deploy_pip:
|
deploy_pip:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue