Skip to content

Commit

Permalink
Update notification.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelvillard authored Feb 28, 2022
1 parent f597c18 commit 4bca134
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/notification.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: dispatch

on: [pull_request]
on:
workflow_dispatch:


jobs:
notify:
Expand All @@ -10,7 +12,7 @@ jobs:
- name: testing
run: |
tags=
echo "${tags:-}"
echo "${tags}"
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
Expand Down

0 comments on commit 4bca134

Please sign in to comment.