Skip to content

Commit

Permalink
Update workflow main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenresoft committed Aug 6, 2024
1 parent d23a8d2 commit ceb5364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Flutter Package CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
publish:
needs: [build, test-example]
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/master')

steps:
- name: Checkout repository
Expand Down

0 comments on commit ceb5364

Please sign in to comment.