Skip to content

Commit

Permalink
Should be workflows, not workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Dec 19, 2023
1 parent ed4514a commit 41c4c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
paths:
- '**/pom.xml'
- 'ide-config/**'
- '.github/workflow/**'
- '.github/workflows/**'
pull_request:
paths:
- '**/pom.xml'
- 'ide-config/**'
- '.github/workflow/**'
- '.github/workflows/**'

jobs:
build:
Expand Down

0 comments on commit 41c4c0a

Please sign in to comment.