Skip to content

Commit ce1d453

Browse files
authored
chore: merge pull request #28 from threeal/workflows-on-pr-exclude
Exclude Latest Branch from Pull Request Workflows
2 parents e86efed + 706dcb1 commit ce1d453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: build
22
on:
33
workflow_dispatch:
44
pull_request:
5+
branches: ['*', '!*@latest']
56
push:
6-
branches: [main]
7+
branches: ['*@latest', 'main']
78
jobs:
89
debug:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)