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 28, 2024
1 parent de8a15e commit 60458b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 All @@ -26,8 +26,8 @@ jobs:
apt-get --yes update
apt-get --yes install build-essential
- name: Checkout source
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4

- name: Run pdk validate
run: pdk validate --format=text --puppet-version ${{ matrix.puppet_version }}
Expand All @@ -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 60458b0

Please sign in to comment.