Update HDF-EOS5 workflow to mirror main.yml (#2710)

Adds paths to ignore, concurrency, etc.
This commit is contained in:
Dana Robinson 2023-04-13 09:04:51 -07:00 committed by GitHub
parent a55e31473d
commit 526d0d70e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,23 @@
name: hdfeos5
on: [push, pull_request]
on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
- 'doc/**'
- 'release_docs/**'
- 'ACKNOWLEDGEMENTS'
- 'COPYING**'
- '**.md'
# Using concurrency to cancel any in-progress job or run
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build: