Skip to content

Commit

Permalink
run on specific paths (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail authored Nov 18, 2023
1 parent 5fe3e40 commit cb8eded
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ on:
# Triggers the workflow on push but only for the main branch
push:
branches: [ main ]
paths:
- sed/**/*
- pyproject.toml
- tutorial/**
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:


# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
- main
tags:
- '*'

paths:
- sed/**/*
- pyproject.toml
jobs:
prerelease:
if: github.ref == 'refs/heads/main'
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Backend to handle photoelectron resolved datastreams.
[![Documentation Status](https://github.com/OpenCOMPES/sed/actions/workflows/documentation.yml/badge.svg)](https://opencompes.github.io/sed/)
![](https://github.com/OpenCOMPES/sed/actions/workflows/linting.yml/badge.svg?branch=main)
![](https://github.com/OpenCOMPES/sed/actions/workflows/testing_multiversion.yml/badge.svg?branch=main)
Expand All @@ -6,9 +7,6 @@
[![](https://img.shields.io/pypi/v/sed-processor)](https://pypi.org/project/sed-processor)
[![Coverage Status](https://coveralls.io/repos/github/OpenCOMPES/sed/badge.svg?branch=main&kill_cache=1)](https://coveralls.io/github/OpenCOMPES/sed?branch=main)

# Single Event Data Frame Processor

Backend to handle photoelectron resolved datastreams.

## Installation

Expand Down

0 comments on commit cb8eded

Please sign in to comment.