add tag filter.
All checks were successful
Deploy Applications / PullDocker (push) Successful in 5s
Deploy Applications / Build (push) Successful in 5s
Deploy Release / PullDocker (push) Successful in 3s
Deploy Release / Build (push) Successful in 6s

This commit is contained in:
amass 2024-07-01 23:29:49 +08:00
parent 03b78c4e81
commit f9c4487a09

View File

@ -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]