Skip to content

build: added additional debug statement #9

build: added additional debug statement

build: added additional debug statement #9

Workflow file for this run

name: test seeing push requests
on:
push:
branches:
- test/maccGradedCase
jobs:
testing_push:
runs-on: ubuntu-latest
steps:
# Check out code
- name: Check out code
uses: actions/checkout@v4
# Run the script
- name: Testing push request recieved
run: |
echo "Push request found"