Skip to content

Commit 3e5a0f3

Browse files
committed
Ignore tags on github actions.
1 parent 0ed13e9 commit 3e5a0f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/actions_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Github Actions Build
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
tags-ignore:
8+
- '**'
49

510
env:
611
COMMS_TAG: v5.4.2

0 commit comments

Comments
 (0)