Skip to content

Commit

Permalink
Update github action build strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Dec 26, 2022
1 parent 64e09ed commit 1ca66a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ name: CI

on:
pull_request_target:
types: [opened, synchronize]
branches:
- main

push:
types: [opened, labeled, synchronize]
branches:
- main

pull_request:
branches:
- main
- release/**
- special/**
- dev/**

jobs:
flutter_codestyle_check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-test-iris-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
- release/**
- special/**
- dev/**

jobs:
flutter_codestyle_check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rendering_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
- release/**
- special/**
- dev/**

jobs:
# Temporarily disable android screenshot test at this time, see EP-232.
Expand Down

0 comments on commit 1ca66a6

Please sign in to comment.