Skip to content

Commit

Permalink
Always run linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett committed Feb 10, 2022
1 parent a573dad commit 73c8d91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]

env:
REGISTRY: ghcr.io
Expand Down
17 changes: 4 additions & 13 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ master ]
branches:
- master
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches:
- master
schedule:
- cron: '45 9 * * 1'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Docker image
on:
push:
branches:
- 'master'
- master
tags:
- 'v*.*.*'

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Linting

on:
push:
branches: [master, main]
branches:
- master
tags-ignore: ['**']
paths-ignore: ['**.md']
pull_request:
paths-ignore: ['**.md']

jobs: # Docs: <https://git.io/JvxXE>
gitleaks:
Expand Down

0 comments on commit 73c8d91

Please sign in to comment.