Skip to content

Commit

Permalink
fix docker and crates io gha
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmindlin committed Jul 10, 2024
1 parent 0a51fdb commit b7d949d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "**[0-9]+.[0-9]+.[0-9]+*"
pull_request:

jobs:
push_to_crates_io:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "**[0-9]+.[0-9]+.[0-9]+*"
pull_request:

jobs:
# Push docker image to dockerhub registry
Expand Down

0 comments on commit b7d949d

Please sign in to comment.