We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 376fa91 + ac56e1f commit a5750b1Copy full SHA for a5750b1
1 file changed
.github/workflows/ci.yml
@@ -2,17 +2,20 @@ name: CI
2
3
on:
4
push:
5
- branches: ["main"]
+ branches:
6
+ - main
7
pull_request:
8
- workflow_dispatch:
9
10
+ workflow_dispatch: {}
11
12
jobs:
13
build:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
os: [ubuntu-latest, windows-latest, macos-latest]
18
+ steps:
19
- name: Checkout
20
uses: actions/checkout@v4
21
0 commit comments