Commit 75b5cab9 authored by Godefroid Chapelle's avatar Godefroid Chapelle

GHA: Avoid running jobs when change only CircleCI

parent 5496db11
......@@ -2,6 +2,8 @@ name: Centos containers
on:
push:
paths-ignore:
- '.circleci/**'
pull_request:
# Allow to run this workflow manually from the Actions tab
workflow_dispatch:
......
......@@ -2,6 +2,8 @@ name: Debian container with system Python
on:
push:
paths-ignore:
- '.circleci/**'
pull_request:
# Allow to run this workflow manually from the Actions tab
workflow_dispatch:
......
......@@ -2,6 +2,8 @@ name: Debian containers
on:
push:
paths-ignore:
- '.circleci/**'
pull_request:
# Allow to run this workflow manually from the Actions tab
workflow_dispatch:
......
......@@ -2,6 +2,8 @@ name: Ubuntu, MacOS, Windows machines
on:
push:
paths-ignore:
- '.circleci/**'
pull_request:
# Allow to run this workflow manually from the Actions tab
workflow_dispatch:
......
name: Script generation
on: [push]
on:
push:
paths-ignore:
- '.circleci/**'
jobs:
build:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment