Skip to content

Commit 035297a

Browse files
authored
chore: Removed Push Trigger from master
Removed push trigger since pushing directly to master isn't possible anyways. Tests will be run on Pull requests and are required there. Avoids duplicate test runs
1 parent 72f2256 commit 035297a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: CI
33
on:
44
# Trigger the workflow on push or pull requests, but only for the
55
# main branch
6-
push:
7-
branches:
8-
- master
6+
#push:
7+
# branches:
8+
# - master
99
pull_request:
1010
branches:
1111
- master

0 commit comments

Comments
 (0)