Skip to content

Commit 11e81ee

Browse files
Merge pull request #12 from jmhbnz/fix-actions-workflow
2 parents 68e1de6 + 018d835 commit 11e81ee

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/tests.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
---
22
name: Tests
3-
on:
4-
push:
5-
tags:
6-
- v*
7-
branches:
8-
- master
9-
pull_request:
10-
branches:
11-
- master
3+
on: [push, pull_request]
124
permissions:
135
contents: read
146
jobs:

0 commit comments

Comments
 (0)