Skip to content

Commit 2728db2

Browse files
committed
Only run GitHub Actions workflow once for PRs
1 parent 09720fe commit 2728db2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/clojure.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: CI
2-
on: [push, pull_request, workflow_dispatch]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
workflow_dispatch:
38

49
jobs:
510
lint:

0 commit comments

Comments
 (0)