Skip to content

Commit

Permalink
fix: ensure workflows run on code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetazzoni committed Aug 14, 2024
1 parent 3acddb0 commit 53daca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths:
- 'src/**'
- 'lib/**'
- 'build.gradle'
- '.github/workflows/main.yml'
pull_request:
branches:
- '*'
paths:
- 'src/**'
- 'lib/**'
- 'build.gradle'
- '.github/workflows/main.yml'

Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: lib/build/libs/wherobots-jdbc-*.jar
path: lib/build/libs/*.jar

0 comments on commit 53daca1

Please sign in to comment.