Skip to content

remove perms altogether #6

remove perms altogether

remove perms altogether #6

Workflow file for this run

name: Pull Request or Push
on:
push:
branches:
- 'main' # Run on pushes to main
tags-ignore:
- '*' # Ignore pushes to tags
pull_request:
jobs:
call_central_workflow:
name: CI
uses: eitrtechnologies/test-github-actions-central/.github/workflows/ci.yml@main
secrets: inherit