Skip to content

Commit

Permalink
unify ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed Feb 7, 2024
1 parent 48b82b5 commit 968e39e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: ci

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
sudo service docker restart
- name: Checkout source
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 968e39e

Please sign in to comment.