Skip to content

Commit

Permalink
modified ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YinMo19 committed Nov 28, 2024
1 parent ad770dd commit 4aee719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ on: [push, pull_request]
name: build

jobs:
pwd:
name: pwd
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/heads/main') }}
steps:
- name: pwd
run: pwd

build:
name: build
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4aee719

Please sign in to comment.