compare-changes 0.8.2

Reimplementation of GitHub file paths pattern matcher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
permissions:
  contents: none
  pull-requests: none
on:
  push:
    branches:
      - wildcard
    paths:
jobs:
  wildcard:
    runs-on: ubuntu-latest
    steps:
      - run: |
          true