Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhsan3adi committed Apr 22, 2024
1 parent 0dda391 commit 9546ad8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ name: PHP Composer CI

on:
push:
branches: ["master"]
branches:
- master
- main
pull_request:
branches: ["master"]

permissions:
contents: read

jobs:
build:
test:
runs-on: ubuntu-latest
services:
mysql:
Expand Down

0 comments on commit 9546ad8

Please sign in to comment.