1 parent 5498e62 commit cdf82dcCopy full SHA for cdf82dc
1 file changed
.github/workflows/build.yml
@@ -1,8 +1,6 @@
1
-name: Build Unity WakaTime
+name: Build Unity WakaTime
2
3
on:
4
- push:
5
- branches: [ main ]
6
pull_request:
7
branches: [ main ]
8
release:
@@ -13,9 +11,9 @@ env:
13
11
14
12
jobs:
15
build-test:
16
- name: Build Test (Push & PR)
+ name: Build Test (PR)
17
runs-on: windows-latest
18
- if: (github.event_name == 'push' && github.ref_type == 'branch') || github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request'
19
20
steps:
21
- name: Checkout Repository
0 commit comments