Skip to content

Commit a8f536c

Browse files
authored
remove [sources] from test/Project.toml to test PR code in Meshes.jl workflow (#4)
1 parent dbb4178 commit a8f536c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22
on:
3+
pull_request:
4+
branches:
5+
- main
36
push:
47
branches:
58
- main

test/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
1212
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
1313
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1414

15-
[sources]
16-
Meshes = {rev = "master", url = "https://github.com/JuliaGeometry/Meshes.jl.git"}
17-
1815
[compat]
1916
CairoMakie = "=0.15.11"

0 commit comments

Comments
 (0)