Skip to content

Commit

Permalink
Build only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 committed Oct 13, 2020
1 parent 8d81548 commit 771ed91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-beat-saber.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build DynamicOpenVR.BeatSaber

on: [ push, create ]
on: [ push ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build DynamicOpenVR

on: [ push, create ]
on: [ push ]

jobs:
build:
Expand Down

0 comments on commit 771ed91

Please sign in to comment.