Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 31, 2024
1 parent 3a22bd4 commit b638540
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ name: build firebase
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the develop branch
on:
workflow_dispatch:

push:
tags:
- "*"
branches: [develop, main]
paths:
- "flutter_cache_manager_firebase/**"
- ".github/workflows/**"
pull_request:
branches: [develop]
branches: [develop, main]
paths:
- "flutter_cache_manager_firebase/**"
- ".github/workflows/**"
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ name: build
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the develop branch
on:
workflow_dispatch:

push:
tags:
- "*"
branches: [develop, main]
paths:
- "flutter_cache_manager/**"
- ".github/workflows/**"
pull_request:
branches: [develop]
branches: [develop, main]
paths:
- "flutter_cache_manager/**"
- ".github/workflows/**"
Expand Down

0 comments on commit b638540

Please sign in to comment.