Skip to content

Commit addb2e3

Browse files
authored
ci: remove latest branch from affecting CI workflow triggers (#64)
1 parent d3aa943 commit addb2e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: build
22
on:
33
workflow_dispatch:
44
pull_request:
5-
branches: ['*', '!*@latest']
65
push:
7-
branches: ['*@latest', 'main']
6+
branches: [main]
87
jobs:
98
debug:
109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)