Skip to content

Commit 771ed91

Browse files
committed
Build only on push
1 parent 8d81548 commit 771ed91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-beat-saber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build DynamicOpenVR.BeatSaber
22

3-
on: [ push, create ]
3+
on: [ push ]
44

55
jobs:
66
build:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build DynamicOpenVR
22

3-
on: [ push, create ]
3+
on: [ push ]
44

55
jobs:
66
build:

0 commit comments

Comments
 (0)