Skip to content

Commit

Permalink
update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 23, 2023
1 parent b068411 commit d4b47cf
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
name: CI

on:
- push
- pull_request
push:
paths:
- '.github/**'
- 'src/**'
- 'tests/**'
- 'composer.lock'
pull_request:
paths:
- '.github/**'
- 'src/**'
- 'tests/**'
- 'composer.lock'
workflow_dispatch:

jobs:
run:
Expand Down

0 comments on commit d4b47cf

Please sign in to comment.