Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Nov 23, 2023
1 parent 38faa2d commit 46c9d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Jenkins Security Scan
on:
push:
branches:
- "main"
- main
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:
Expand All @@ -18,4 +18,4 @@ jobs:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
with:
java-cache: '' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
java-version: 11 # What version of Java to set up for the build.
java-version: 11 # What version of Java to set up for the build.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Release Drafter
on:
push:
branches:
- "main"
- main
tags:
- '*'

Expand All @@ -19,4 +19,4 @@ jobs:
# Publishes a new GH Release automatically once a tag gets pushed
publish: startsWith(github.ref, "refs/tags")
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 46c9d7d

Please sign in to comment.