mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
Run only on pull
This commit is contained in:
parent
42159dce4d
commit
4f8a590ef9
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Run tests & Publish to Docker Registry
|
name: Run tests & Publish to Docker Registry
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
types: [ 'opened' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue