Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2242 from MasterEric/bugfix/ci-pullrequests
Browse files Browse the repository at this point in the history
Github Actions are now run on pull requests.
  • Loading branch information
Kade-github authored Sep 13, 2021
2 parents 314ceea + a3d0dff commit 11cead5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/html5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: HTML5 Build CI

# Controls when the workflow will run
on: push
on: [push, pull_request]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Linux Build CI

# Controls when the workflow will run
on: push
on: [push, pull_request]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Windows Build CI

# Controls when the workflow will run
on: push
on: [push, pull_request]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 11cead5

Please sign in to comment.