.github/workflows: change triggers

This commit is contained in:
Hajime Hoshi 2023-09-11 17:44:20 +09:00
parent 41c7852c7d
commit b88d02851f
3 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,10 @@
name: Steam
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
jobs:
test:

View File

@ -1,6 +1,10 @@
name: Test
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
jobs:
test:

View File

@ -1,6 +1,10 @@
name: Vulnerability Check
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
jobs:
test: