Skip to content

Bump actions/upload-artifact from 4 to 5 #25

Bump actions/upload-artifact from 4 to 5

Bump actions/upload-artifact from 4 to 5 #25

Workflow file for this run

name: Changes to project files
on:
push:
branches:
- main
paths-ignore:
- 'Jetcaster/**'
- 'Jetchat/**'
- 'JetLagged/**'
- 'JetNews/**'
- 'Jetsnack/**'
- 'Reply/**'
pull_request:
paths-ignore:
- 'Jetcaster/**'
- 'Jetchat/**'
- 'JetLagged/**'
- 'JetNews/**'
- 'Jetsnack/**'
- 'Reply/**'
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Run a simple check
run: echo "Running a simple check on files outside sample directories"