Skip to content

Commit

Permalink
[fix] (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ningenMe authored Jul 22, 2021
1 parent 66a2a21 commit b2a902a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: ci
name: ci-main

on:
push:
branches: [ main ]

jobs:

build-and-test:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pull.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: ci-pull

on:
pull_request:
Expand Down

0 comments on commit b2a902a

Please sign in to comment.