Skip to content

Commit

Permalink
you may only define one of tags and tags-ignore for a single event
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Dec 26, 2023
1 parent 4d541e4 commit cf11617
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-crushftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: CrushFTP Docker
on:
push:
branches: ["main", "dev-*", "dev/*"]
tags: ["*.*.*"]
tags-ignore: ["source*"]
tags:
- "*.*.*"
- "!source*"
pull_request:
branches: [main]

Expand Down

0 comments on commit cf11617

Please sign in to comment.