Skip to content

Commit

Permalink
Refactor web implementation package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Jul 20, 2024
1 parent ee9e922 commit c66e455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/web_implementation_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: CI for the web implementation package

on:
push:
branches:
- main
- develop
branches: [ main ]
paths:
- 'flutter_custom_tabs_web/**'
- '.github/workflows/web_implementation_package.yml'
- '!**.md'
pull_request:
paths:
- 'flutter_custom_tabs_web/**'
- '.github/workflows/web_implementation_package.yml'
- '!**.md'

jobs:
Expand Down

0 comments on commit c66e455

Please sign in to comment.