Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ name: CI
# events but only for the main branch.
on:
push:
branches: [ main ]
# This will run when a push to main or photon is made
branches: [ "main", "photon" ]
# This will run when a pull request to main or photon is created
pull_request:
branches: [ main ]
branches: [ "main", "photon" ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -35,4 +37,4 @@ jobs:

# Runs a single command using the runners shell
- name: Compile and run tests on robot code
run: ./gradlew build
run: ./gradlew build