Skip to content

feat: bevy templates upgrade to bevy 0.15 #344

feat: bevy templates upgrade to bevy 0.15

feat: bevy templates upgrade to bevy 0.15 #344

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- "**.rs"
- "**.toml"
- "**.lock"
- ".github/workflows/*.yml"
push:
paths-ignore:
- "**.rs"
- "**.toml"
- "**.lock"
- ".github/workflows/*.yml"
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '