Browse Source

Clean up workflows

development
Abheek Dhawan 3 years ago
parent
commit
225084d8a4
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 2
      .github/workflows/codeql.yml
  2. 2
      .github/workflows/release.yml

2
.github/workflows/codeql.yml

@ -1,4 +1,4 @@
name: "codeql" name: codeql
on: on:
push: push:

2
.github/workflows/release.yml

@ -3,7 +3,7 @@ name: release
on: on:
push: push:
tags: tags:
- "*" - '*'
jobs: jobs:
dockerhub-publish: dockerhub-publish:

Loading…
Cancel
Save