Skip to content

Commit

Permalink
Update 4.8.x-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanghita authored Oct 16, 2023
1 parent d085925 commit a2feeec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/4.8.x-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ name: 4.8.x-test

# Run this workflow every time a new commit pushed to your repository
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

push:
branches: ['4.8.x']
paths-ignore:
- '*.md'
- '.github/**'
- 'scripts/**'

pull_request:
branches: ['4.8.x']
paths-ignore:
Expand Down

0 comments on commit a2feeec

Please sign in to comment.