Skip to content

Update nightly.yml

Update nightly.yml #81

Workflow file for this run

name: PR
on:
push:
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
paths-ignore:
- README.md
- .git*
jobs:
build:
name: Build
uses: ./.github/workflows/reusable-build.yml
permissions:
contents: read
clippy:
name: Clippy
uses: ./.github/workflows/reusable-clippy.yml
permissions:
security-events: write