Skip to content

Commit b242401

Browse files
committed
Don't trigger on tags and docs
1 parent ad3c0a5 commit b242401

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/build-uc2.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
name: Build UC2
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
tags-ignore:
5+
- "*"
6+
paths-ignore:
7+
- ".github/**"
8+
- ".gitignore"
9+
- "docs/**"
10+
- "README"
11+
- "CREDITS.TXT"
12+
- "COPYING_GLIB"
13+
- "COPYING.LGPL2"
14+
- "AUTHORS.TXT"
15+
- "CHANGELOG"
16+
- "COPYING"
17+
318
env:
419
CI: true
520

0 commit comments

Comments
 (0)