Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonatas
2020-09-19 14:15:12 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7032bb68393d90b62ff085f93b48292c6c13a1e5
7032bb68
1 parent
f1950f11
update main tests
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
.github/workflows/.mainoldyml → .github/workflows/main.yml
.github/workflows/
.mainold
yml → .github/workflows/
main.
yml
View file @
7032bb6
...
...
@@ -4,13 +4,23 @@ name: build
on
:
push
:
paths
:
- "/**"
-
"
.
/**"
-
"
.github/workflows/main.yaml"
-
"
.github/workflows/get_instance.yaml"
-
"
.github/workflows/get_navigation.yaml"
-
"
.github/workflows/get_rx.yaml"
-
"
.github/workflows/get_state_manager.yaml"
-
"
.github/workflows/get_utils.yaml"
pull_request
:
paths
:
- "/**"
-
"
.
/**"
-
"
.github/workflows/main.yaml"
-
"
.github/workflows/get_instance.yaml"
-
"
.github/workflows/get_navigation.yaml"
-
"
.github/workflows/get_rx.yaml"
-
"
.github/workflows/get_state_manager.yaml"
-
"
.github/workflows/get_utils.yaml"
#A workflow run is made up of one or more jobs. Jobs run in parallel by default.
jobs
:
...
...
Please
register
or
login
to post a comment