Skip to content

Commit

Permalink
Merge pull request #34 from innocraft/update-github-workflow-config-2…
Browse files Browse the repository at this point in the history
…023-03-09

Updating configuration for Github workflow
  • Loading branch information
snake14 authored Mar 10, 2023
2 parents 404e497 + 3ae656d commit 0d1fc2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Action for running tests
# This file has been automatically created.
# To recreate it you can run this command
# ./console generate:test-action --plugin="JsTrackerCustom" --php-versions="7.2,8.1" --protect-artifacts
# ./console generate:test-action --plugin="JsTrackerCustom" --php-versions="7.2,8.2" --protect-artifacts --schedule-cron="45 4 * * 6"

name: Plugin JsTrackerCustom Tests

Expand All @@ -12,6 +12,8 @@ on:
branches:
- '**.x-dev'
workflow_dispatch:
schedule:
- cron: "45 4 * * 6"

permissions:
actions: read
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Matomo JsTrackerCustom Plugin

[![Build Status](https://travis-ci.com/innocraft/plugin-JsTrackerCustom.png?branch=4.x-dev)](https://travis-ci.com/innocraft/plugin-JsTrackerCustom)
[![Build Status](https://github.com/innocraft/plugin-JsTrackerCustom/actions/workflows/matomo-tests.yml/badge.svg?branch=4.x-dev)](https://github.com/innocraft/plugin-JsTrackerCustom/actions/workflows/matomo-tests.yml)

## Description

Expand Down

0 comments on commit 0d1fc2f

Please sign in to comment.