build: adding debug statements #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |