Skip to content

Commit

Permalink
ci: do not run dev on release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoldegrove committed Oct 22, 2024
1 parent f5e70dd commit 85e9e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: dev GLRD container image
on:
workflow_dispatch:
push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
branches-ignore:
- main
tags-ignore:
- 'v[0-9]+.[0-9]+.[0-9]+'
paths:
- bin/**
- glrd/**
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
# paths:
# - bin/**
# - glrd/**
# - Containerfile
# - requirements.txt
# - setup.py
jobs:
build:
name: build
Expand Down

0 comments on commit 85e9e4e

Please sign in to comment.