Skip to content

Commit

Permalink
Use a more specific tag pattern to trigger data releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Nov 19, 2024
1 parent e8954c0 commit c92fcb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-pudl.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: build-deploy-pudl
on:
workflow_dispatch:
push:
tags:
- "v20*"
- "v20[0-9][0-9].[0-9]+.[0-9]+"
schedule:
# 6am UTC daily (11pm PDT, 2am EDT)
# But only if there are changes since the last nightly build.
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/regex-test.yml

This file was deleted.

0 comments on commit c92fcb4

Please sign in to comment.