Skip to content

Merge pull request #43 from groenator/beta-tag #10

Merge pull request #43 from groenator/beta-tag

Merge pull request #43 from groenator/beta-tag #10

Workflow file for this run

name: No trigger file paths
on:
push:
branches:
- master
paths-ignore:
- .gitignore
- .github/workflows/*.yml
pull_request:
paths-ignore:
- .gitignore
- .github/workflows/*.yml
jobs:
verify:
runs-on: ubuntu-latest
permissions:
actions: read
steps:
- name: No trigger path triggered for required verify workflow.
run: exit 0