Skip to content

Commit a63fad7

Browse files
Remove master branch trigger from test workflow
The `push` event trigger for the `master` branch was removed from the GitHub Actions test workflow, as it's no longer required. The workflow now focuses on pull request events to streamline automation.
1 parent bb8619c commit a63fad7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Test
22
on:
33
push:
4-
branches:
5-
- master
64
pull_request:
75
types: [opened, synchronize, reopened, ready_for_review]
86
branches:

0 commit comments

Comments
 (0)