Skip to content

Commit

Permalink
unify github workflows in nfssext-autochecks.yml (??) -> devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Clea F. Rees committed Nov 9, 2024
1 parent 31117c4 commit aa33546
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
# https://github.com/latex3/hyperref/blob/adc36adbc3650db73329469b43afb0ee86e3c807/.github/workflows/main.yaml
# https://github.com/josephwright/siunitx/blob/main/.github/workflows/main.yaml

name: Automatic Checks for nfssext/devel
name: Automatic Checks for nfssext

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches:
- "devel"
- "*"
pull_request:
branches:
- "devel"
# - "*"
- "*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit aa33546

Please sign in to comment.