Skip to content

Commit 8f49f40

Browse files
committed
Tweek .github/workflows/ci.yml (update on:, use actions/checkout@v3)
1 parent c3453a6 commit 8f49f40

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: .github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
48

59
jobs:
610
build:
711
runs-on: macos-12
812

913
steps:
10-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v3
1115
with:
1216
fetch-depth: 1
1317
- name: example

0 commit comments

Comments
 (0)