Skip to content

Commit c932a1f

Browse files
committed
Not building tags on github actions.
1 parent 620a33a commit c932a1f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.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
jobs:
611

0 commit comments

Comments
 (0)