Skip to content

Commit 7681c07

Browse files
committed
Update status badge and build master on push
1 parent adb6b42 commit 7681c07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
58
types: [ opened,synchronize ]
69

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gitinfo Lua
22
![CTAN Version](https://img.shields.io/ctan/v/gitinfo-lua)
3-
[![Build Status](https://github.com/Xerdi/gitinfo-lua/actions/workflows/main.yml/badge.svg)](https://github.com/Xerdi/gitinfo-lua/actions/workflows/main.yml)
3+
[![build](https://github.com/Xerdi/gitinfo-lua/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Xerdi/gitinfo-lua/actions/workflows/build.yml)
44

55
A LaTeX package which provides macros integrated with LuaTeX and the commandline tool `git`.
66

0 commit comments

Comments
 (0)