Skip to content

Commit 4eefb17

Browse files
committed
chore: simplify GitHub Actions workflow by removing branch restrictions on push events
1 parent 4c04613 commit 4eefb17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: build
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
7-
branches: [main]
86

97
jobs:
108
build:

0 commit comments

Comments
 (0)