Skip to content

Commit

Permalink
Update workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Dec 1, 2023
1 parent 7cd191a commit 24c7d88
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
name: Tests

on:
push:
pull_request:
paths:
- 'config/**'
- 'src/**'
- 'tests/**'
- '.github/workflows/tests.yml'
- 'composer.json'
push:
branches: ['main']
paths:
- 'config/**'
- 'src/**'
- 'tests/**'
- '.github/workflows/tests.yml'
- 'composer.json'
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 24c7d88

Please sign in to comment.