Skip to content

Commit 38629e4

Browse files
committed
Update build.yml: add comments for clarity on branch and tag handling
1 parent 347b88c commit 38629e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build
22

33
on:
44
push:
5+
branches: ['**'] # Only run on branches
6+
tags-ignore: ['*'] # Ignore all tags
57
paths-ignore: ['**.md', '.vscode/**','docs/**','pictures/**']
68
pull_request:
79
types: [opened, synchronize, reopened]

0 commit comments

Comments
 (0)