Skip to content

Commit 36df477

Browse files
committed
Modified github action build
1 parent 846cd2e commit 36df477

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
8-
branches:
9-
- master
107

118
jobs:
129
build_and_test:
1310
runs-on: ubuntu-24.04
11+
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.actor == 'budtmo'
1412
steps:
1513
- name: Checkout the repo
1614
uses: actions/checkout@v4

0 commit comments

Comments
 (0)