Skip to content

Commit 4342fe8

Browse files
per1234fpistm
authored andcommitted
Use consistent formatting style in Compile Examples CI action
The previous inconsistent markup style, although perfectly valid, made the workflow harder to understand.
1 parent 04bcd68 commit 4342fe8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/compile-examples.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Compile Examples
2-
on: [push, pull_request]
2+
on:
3+
- push
4+
- pull_request
5+
36
jobs:
47
build:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)