diff --git a/.github/workflows/devel.yml b/.github/workflows/nfssext-autochecks.yml similarity index 99% rename from .github/workflows/devel.yml rename to .github/workflows/nfssext-autochecks.yml index 70b7faa..f1690dd 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/nfssext-autochecks.yml @@ -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: