Skip to content

Commit ae03640

Browse files
authored
Update continuous integration to only execute on pull requests, remove push (Maps4HTML#459)
1 parent d2ba1f0 commit ae03640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Continuous Testing
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
build:

0 commit comments

Comments
 (0)