add tag filter.
This commit is contained in:
parent
03b78c4e81
commit
f9c4487a09
@ -1,6 +1,9 @@
|
||||
name: Deploy Release
|
||||
run-name: ${{ github.actor }} is building Bilby...
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
jobs:
|
||||
PullDocker:
|
||||
runs-on: [ubuntu-latest, ubuntu-24.04]
|
||||
|
Loading…
Reference in New Issue
Block a user