Skip to content

Commit

Permalink
no plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 5, 2024
1 parent 5d1e13b commit f99bf51
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/webook_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@ on:
push:
branches:
- develop
paths:
- "shared/**"

jobs:
webhook-dev:
runs-on: ubuntu-latest
steps:
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
shared:
- 'shared/**'
- name: notify dev
if: steps.changes.outputs.shared == 'true'
uses: distributhor/workflow-webhook@v2
env:
webhook_type: "json-extended"
Expand Down

0 comments on commit f99bf51

Please sign in to comment.