push:
branches:
- master
+ - v1.10
paths:
- "**"
workflow_dispatch:
jobs:
excludes:
name: 'Excludes'
- if: github.event.pull_request.head.repo.full_name == github.repository
+ # if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
outputs:
deb: ${{ steps.deb.outputs.excludes }}
deb:
name: 'DEB'
- if: github.event.pull_request.head.repo.full_name == github.repository
+ # if: github.event.pull_request.head.repo.full_name == github.repository
permissions:
id-token: write
contents: read