creativecreatorormaybenot
Committed by GitHub

Update workflows (#109)

* Update checks.yml

* Update licenses.yml

* Update pana.yml

* Update publish.yml
name: Checks
name: checks
on:
pull_request:
branches:
- master
- main
paths:
- '**/lib/**'
- '**/android/**'
... ...
name: Licenses
name: licenses
on:
schedule:
... ... @@ -9,7 +9,7 @@ jobs:
years:
timeout-minutes: 11
runs-on: ubuntu-latest
name: Update copyright year(s)
name: copyright year(s)
steps:
- uses: actions/checkout@v2
... ...
name: Pana
name: pana
on:
pull_request:
branches:
- master
- main
paths:
- '**/lib/**'
- '**/android/**'
... ...
name: Publish
name: publish
on:
push:
branches:
- master
- main
jobs:
pana:
... ...