mirror of https://github.com/VLSIDA/OpenRAM.git
Reenable workflow restriction
This commit is contained in:
parent
a8098bf1ba
commit
e351563391
|
|
@ -1,10 +1,10 @@
|
|||
name: deploy
|
||||
on: [push]
|
||||
# push:
|
||||
# branches:
|
||||
# - stable
|
||||
# tags:
|
||||
# - 'v*.*.*'
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
jobs:
|
||||
deploy_pip:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue