This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
[ignition] Renamed element from ignite to ignition #149
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: dev | |
on: | |
push: | |
paths-ignore: | |
- 'docs/**' | |
- '**/README.md' | |
pull_request: | |
paths-ignore: | |
- 'docs/**' | |
- '**/README.md' | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml | |
with: | |
version: today |