Skip to content

Commit

Permalink
Ignore pushes to main with tags in wfs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed May 16, 2024
1 parent 6434670 commit 31fb37b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
workflow_dispatch:
push:
branches:
- main
- 'main'
tags-ignore:
- '*'
pull_request: {}

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- 'main'
tags-ignore:
- '*'

jobs:
build:
Expand Down

0 comments on commit 31fb37b

Please sign in to comment.