Skip to content

Commit fef8dac

Browse files
author
Rajat
committed
Turning on github workflows for tag pushes
1 parent 2b15fef commit fef8dac

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/code-quality.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Code Quality
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- '**'
6+
tags-ignore:
7+
- '*'
38

49
jobs:
510
lint:

.github/workflows/test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Testing
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- '**'
6+
tags-ignore:
7+
- '*'
38

49
jobs:
510
test:

0 commit comments

Comments
 (0)