Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
add ci on another branch
  • Loading branch information
thuongtruong1009 authored Sep 2, 2021
1 parent 7330959 commit d12743e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches:
- main
- CSS-course
pull_request:
branches: [ main ]
branches:
- main
- CSS-course

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit d12743e

Please sign in to comment.