Skip to content

Commit

Permalink
chore: rename release workflows to remove "edge" verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa committed Jul 17, 2024
1 parent 2d0fce1 commit 85a1d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build & Push Docker Edge
name: Build & Push Docker

on:
workflow_dispatch:
push:
tags:
- 'v**'
- 'v*'
schedule:
- cron: '0 13-21/2 * * MON-FRI' # every hour, during working hours (UTC)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Publish Edge Binaries
name: Build & Publish Binaries

on:
workflow_dispatch:
Expand Down

0 comments on commit 85a1d6d

Please sign in to comment.