Skip to content

Commit

Permalink
Update workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Nov 25, 2023
1 parent 6eb19c1 commit 17e25df
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 12 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Docs

on:
push:
tags-ignore:
- '**'
pull_request:
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
push:
branches: ['7.x']
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
workflow_dispatch:

jobs:
Expand Down
13 changes: 10 additions & 3 deletions .github/workflows/emulator-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: Emulator Tests

on:
push:
tags-ignore:
- '**'
pull_request:
paths:
- 'src/**'
- '.github/workflows/emulator-tests.yml'
- 'composer.json'
push:
branches: ['7.x']
paths:
- 'src/**'
- '.github/workflows/emulator-tests.yml'
- 'composer.json'
workflow_dispatch:

jobs:
Expand Down
13 changes: 10 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: Integration Tests

on:
push:
tags-ignore:
- '**'
pull_request:
paths:
- 'src/**'
- '.github/workflows/integration-tests.yml'
- 'composer.json'
push:
branches: ['7.x']
paths:
- 'src/**'
- '.github/workflows/integration-tests.yml'
- 'composer.json'
workflow_dispatch:

jobs:
Expand Down
13 changes: 10 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: Tests

on:
push:
tags-ignore:
- '**'
pull_request:
paths:
- 'src/**'
- '.github/workflows/tests.yml'
- 'composer.json'
push:
branches: ['7.x']
paths:
- 'src/**'
- '.github/workflows/tests.yml'
- 'composer.json'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 17e25df

Please sign in to comment.