Skip to content

Commit

Permalink
Deploy runners only on beta tags for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Oct 22, 2024
1 parent a57c90a commit 3ec80f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-runners.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build & Deploy Workers
name: Build & Deploy Runners

on:
workflow_dispatch:
push:
tags:
- '*'
- '.*beta.*'

permissions:
packages: write
Expand Down

0 comments on commit 3ec80f6

Please sign in to comment.