Skip to content

Commit

Permalink
BXMSPROD-1425 github actions paths-ignore (apache#538)
Browse files Browse the repository at this point in the history
* BXMSPROD-1425 github actions paths-ignore

* BXMSPROD-1425 github actions types
  • Loading branch information
Ginxo committed Aug 2, 2021
1 parent f3ecbe0 commit 7320943
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Build Chain

on: [pull_request]
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'LICENSE*'
- '.gitignore'
- '*.md'
- '*.txt'

jobs:
build-chain:
Expand Down

0 comments on commit 7320943

Please sign in to comment.