Skip to content

Commit

Permalink
github action rule change push -> pull_reques
Browse files Browse the repository at this point in the history
  • Loading branch information
injae committed Jul 11, 2021
1 parent a4bb330 commit 42875fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linux

on: [push]
on: [pull_request]

jobs:
ubuntu-bionic-gcc:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MacOS

on: [push]
on: [pull_request]

jobs:
macos-clang:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/window.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Windows

on: [push]
on: [pull_request]

jobs:
windows-msvc:
Expand Down

0 comments on commit 42875fb

Please sign in to comment.