Skip to content

Commit

Permalink
Only run Github Actions for push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgoettschkes committed Nov 4, 2023
1 parent 38b01e4 commit 555f074
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-exercises.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Test exercises
on:
push:
branches: [develop,main]
pull_request:
branches: [develop,main]
branches: [main]

env:
clojure-version: '1.10.3.1093'
Expand Down

0 comments on commit 555f074

Please sign in to comment.