Changed publicized assembly discovery to fallback to the alternate op… #82
Workflow file for this run
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
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
name: On changes to .github | |
on: | |
push: | |
paths-ignore: | |
- "./.github/**" | |
jobs: | |
harden-ci-security: | |
uses: ./.github/workflows/harden-ci-security.yml | |
with: | |
target: ${{ github.event.ref }} |