Fix CI not runing on pull requests
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -201,4 +201,4 @@ jobs:
|
||||
run: |
|
||||
lime build HelloWorld windows -release -verbose -nocolor
|
||||
lime build SimpleImage windows -release -verbose -nocolor
|
||||
lime build SimpleAudio windows -release -verbose -nocolor
|
||||
lime build SimpleAudio windows -release -verbose -nocolor
|
||||
|
||||
Reference in New Issue
Block a user