Skip to content

Commit

Permalink
Clean workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mitfik committed Apr 8, 2023
1 parent a75696e commit dc04566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Build docker images

on:
push:
tags:
- v[0-9]+.*
release:
types: [ published ]

jobs:

Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Run tests

on:
push:
Expand Down

0 comments on commit dc04566

Please sign in to comment.