Skip to content

Commit

Permalink
Tweek .github/workflows/ci.yml (update on:, use actions/checkout@v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jul 17, 2023
1 parent 0abb9b2 commit 224c83e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
build:
runs-on: macos-12

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: example
Expand Down

0 comments on commit 224c83e

Please sign in to comment.