Skip to content

feat: add custom maths operator section #11

feat: add custom maths operator section

feat: add custom maths operator section #11

Workflow file for this run

name: Tag
on:
push:
branches:
- main
workflow_dispatch:
jobs:
check-changed:
runs-on: macos-latest
outputs:
modified_files: ${{ steps.changed-files.outputs.modified_files }}
steps:
- uses: actions/checkout@v3
- id: changed-files
uses: tj-actions/changed-files@v35
add-tag:
runs-on: macos-latest
needs: check-changed
if: github.event_name == 'workflow_dispatch' ||
contains(needs.check-changed.outputs.modified_files, 'undergradmath.typ')
steps:
- uses: actions/checkout@v3
- uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.PAT }}