We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ebdd9 commit ccaad0bCopy full SHA for ccaad0b
1 file changed
.github/workflows/notify-issue.yml
@@ -4,6 +4,7 @@ on:
4
types: [opened]
5
jobs:
6
notify:
7
+ if: github.event_name == 'issues'
8
runs-on: ubuntu-latest
9
env:
10
TITLE: ${{ github.event.issue.title }}
0 commit comments