Skip to content

Commit

Permalink
fix: add integration workflow run filter
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Jan 8, 2024
1 parent 89a123d commit d2e1edb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Integration Test
on:
pull_request:
branches: [ "main" ]
paths:
- '*.properties'

jobs:
build:
if: ${{ startsWith(github.event.head_commit.message, 'release:') }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit d2e1edb

Please sign in to comment.