Skip to content

Commit

Permalink
Do not run on push events
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Dec 6, 2023
1 parent 811405b commit 790710d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dangermattic.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Danger on GitHub PR events

on:
push:
branches:
- 'iangmaia/gha-triggering-danger**'
pull_request:
types: [review_requested, review_request_removed, labeled, unlabeled, milestoned, demilestoned]

jobs:
dangermattic:
runs-on: ubuntu-latest
if: github.event.number > 0
steps:
- name: Print some test env
run: |
Expand Down

0 comments on commit 790710d

Please sign in to comment.