tierpod / dmarc-report-converter

Convert dmarc reports from xml to human-readable formats
MIT License
223 stars 25 forks source link

Enable GitHub workflow on pull requests #53

Closed moorereason closed 2 months ago

moorereason commented 2 months ago

Can the GH workflow be enabled on pull_request instead of just push? I don't think it would trigger a release since the workflow checks for tags before doing that.

I was thinking of changing the workflow to use:

on:
  push:
  pull_request:
    paths-ignore:
      - '**.md'
tierpod commented 2 months ago

I checked GH workflow documentation and it should be fine. Merged as #56. Thank you for the improvement suggestion!