Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0d083e

Browse files
committedOct 6, 2024··
Only run main workflow on pushes to main
1 parent aa74baa commit e0d083e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- '*'
6+
- main
77
paths-ignore:
88
- 'docs/**'
99
- '**.md'

0 commit comments

Comments
 (0)