mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflows: reenable tests on branches
This is necessary for stable branches.
This commit is contained in:
parent
e1fb389dc0
commit
ee68b46a9a
6
.github/workflows/steam.yml
vendored
6
.github/workflows/steam.yml
vendored
@ -1,10 +1,6 @@
|
||||
name: Steam
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -1,10 +1,6 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
6
.github/workflows/vuln.yml
vendored
6
.github/workflows/vuln.yml
vendored
@ -1,10 +1,6 @@
|
||||
name: Vulnerability Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user