fix: use instead of #9
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
name: Push (any) | |
# When pushing to any branch other than "main", we: | |
# * build the rock image | |
on: | |
push: | |
branches-ignore: | |
- "main" | |
paths: | |
- "rockcraft.yaml" | |
- ".github/workflows/**.yaml" | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yaml |