Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Feb 6, 2025
1 parent 7744703 commit a555ccc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/diff_protobin.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Diff Protobin

on:
# This event occurs when there is activity on a pull request
pull_request_target:
# This filter looks for files that have been changed with the suffix bin or guildpoint
paths:
- '**/*.bin'
- '**/*.guildpoint'
types: [opened, synchronize, ready_for_review]
# To reduce noise, this filter restricts to the default activity plus when a draft is changed to open
# Default activity types as listed in the documentation are "opened, synchronize, and reopened"
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target
types: [opened, ready_for_review, reopened, synchronize]
jobs:
custom-diff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a555ccc

Please sign in to comment.