Merge branch 'feat/animate-dino-mouth' of https://github.com/VGVentures/pinball into feat/animate-dino-mouth

pull/229/head
Allison Ryan 3 years ago
commit 8c89cb3197

@ -1,5 +1,9 @@
name: geometry
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths:

@ -1,5 +1,9 @@
name: leaderboard_repository
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths:

@ -1,5 +1,9 @@
name: pinball
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [pull_request, push]
jobs:

@ -1,5 +1,9 @@
name: pinball_audio
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths:

@ -1,5 +1,9 @@
name: pinball_components
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths:

@ -1,5 +1,9 @@
name: pinball_flame
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths:

@ -1,5 +1,9 @@
name: pinball_theme
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths:

Loading…
Cancel
Save