Skip to content

Commit

Permalink
logic finally fixed, using another env var
Browse files Browse the repository at this point in the history
  • Loading branch information
zMynxx committed Mar 31, 2024
1 parent 1838e70 commit 8889dab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/digger_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
comment_id:
required: true
description: comment id
# pull_request:
# branches:
# - main
# - master
# types: [ closed, opened, synchronize, reopened ]
pull_request:
branches:
- main
- master
types: [ closed, opened, synchronize, reopened ]
issue_comment:
types: [created]
if: contains(github.event.comment.body, 'digger')
Expand Down

0 comments on commit 8889dab

Please sign in to comment.