Skip to content

Merge pull request #24 from Carifio24/tox #2

Merge pull request #24 from Carifio24/tox

Merge pull request #24 from Carifio24/tox #2

Workflow file for this run

name: CI Workflows
on:
push:
branches:
master
pull_request:
permissions:
contents: write
jobs:
initial_checks:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
coverage: false
envs: |
# Code style
- linux: codestyle
deploy-examples:
if: github.event_name != "pull_request"

Check failure on line 23 in .github/workflows/ci-workflows.yml

View workflow run for this annotation

GitHub Actions / CI Workflows

Invalid workflow file

The workflow is not valid. .github/workflows/ci-workflows.yml (Line: 23, Col: 9): Unexpected symbol: '"pull_request"'. Located at position 22 within expression: github.event_name != "pull_request"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy examples to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: examples