Compare commits

...

10 Commits

Author SHA1 Message Date
Jarred Sumner
3ae23c107d Update DOMFormData.cpp 2024-05-16 01:56:16 -07:00
Jarred Sumner
69661c232d Merge branch 'main' into jarred/test-ci-comment 2024-05-16 01:52:01 -07:00
Jarred Sumner
b0a65aadf4 Merge branch 'main' into jarred/test-ci-comment 2024-05-16 01:35:50 -07:00
Jarred Sumner
1162dbf677 Merge branch 'main' into jarred/test-ci-comment 2024-05-16 01:22:45 -07:00
Jarred Sumner
a4b685ad05 Merge branch 'main' into jarred/test-ci-comment 2024-05-16 01:02:38 -07:00
Jarred Sumner
c140702772 Merge branch 'main' into jarred/test-ci-comment 2024-05-16 00:47:57 -07:00
Jarred Sumner
4bc68354a5 oops 2024-05-16 00:41:23 -07:00
Jarred Sumner
b658d17c73 Merge branch 'main' into jarred/test-ci-comment 2024-05-16 00:29:41 -07:00
Jarred Sumner
2edf5d6f94 Update DOMFormData.cpp 2024-05-15 22:38:09 -07:00
Jarred Sumner
f21e87e6de Update ci.yml 2024-05-15 22:37:57 -07:00

View File

@@ -14,18 +14,18 @@ on:
run-id:
type: string
description: The workflow ID to download artifacts (skips the build step)
pull_request:
paths-ignore:
- .vscode/**/*
- docs/**/*
- examples/**/*
push:
branches:
- main
paths-ignore:
- .vscode/**/*
- docs/**/*
- examples/**/*
# pull_request:
# paths-ignore:
# - .vscode/**/*
# - docs/**/*
# - examples/**/*
# push:
# branches:
# - main
# paths-ignore:
# - .vscode/**/*
# - docs/**/*
# - examples/**/*
jobs:
format: