Rely on updated_at date from GitHub REST API #84
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: push | |
on: | |
push: | |
branches-ignore: | |
- renovate/** | |
jobs: | |
test: | |
uses: ./.github/workflows/test.yml | |
secrets: inherit |