Skip to content

Commit

Permalink
Merge pull request #2 from annoyingmice/dev
Browse files Browse the repository at this point in the history
Merge update to main
  • Loading branch information
fgunz07 authored Mar 20, 2024
2 parents f539581 + 5c38120 commit 125d8f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Running Test
name: Test
run-name: ${{ github.actor }} is testing push commit 🚀

on:
push:
branches: [dev]
branches: [master, dev]
pull_request:
branches: [dev]
branches: [master]

jobs:
tests:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Laravel JWT Starter

[![License](https://img.shields.io/badge/license-GNU-blue.svg)](LICENSE)
[![Test](https://github.com/annoyingmice/laravel-jwt-starter/actions/workflows/test.yml/badge.svg)](https://github.com/annoyingmice/laravel-jwt-starter/actions/workflows/test.yml)


## Overview

Expand Down

0 comments on commit 125d8f4

Please sign in to comment.