Skip to content

Commit

Permalink
DEV: only tag the main branch commits
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothkannans committed Nov 4, 2024
1 parent 544c4b3 commit 6e7cb40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
DB_DATABASE: database/database.sqlite
run: php artisan test
- name: Tag tests-passed
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
run: |
git tag tests-passed
git push origin tests-passed -f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vinkas Lauth

[![Tests](https://github.com/vinkashq/lauth/actions/workflows/tests.yml/badge.svg)](https://github.com/vinkashq/lauth/actions/workflows/tests.yml) ![Docker Pulls](https://img.shields.io/docker/pulls/vinkas/lauth?logo=docker&logoColor=1D63ED&label=Pulls&labelColor=E5F2FC&color=1D63ED)
[![Tests](https://github.com/vinkashq/lauth/actions/workflows/tests.yml/badge.svg)](https://github.com/vinkashq/lauth/actions/workflows/tests.yml) [![Docker Pulls](https://img.shields.io/docker/pulls/vinkas/lauth?logo=docker&logoColor=1D63ED&label=Pulls&labelColor=E5F2FC&color=1D63ED)](https://hub.docker.com/r/vinkas/lauth)

Laravel authentication server

Expand Down

0 comments on commit 6e7cb40

Please sign in to comment.