mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 17:14:56 +00:00
21 lines
317 B
YAML
21 lines
317 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
pull_request:
|
|
branches: [main]
|
|
release:
|
|
types: [created]
|
|
|
|
jobs:
|
|
tests:
|
|
uses: ./.github/workflows/tests.yml
|
|
|
|
publish:
|
|
needs: tests
|
|
if: github.event_name == 'release'
|
|
uses: ./.github/workflows/publish.yml
|
|
permissions:
|
|
id-token: write
|