Skip to content

Commit

Permalink
[#255] Change permission_handler to ^10.4.0 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nmint8m committed Aug 1, 2023
1 parent ba80854 commit 4ecd23c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: CI
on:
# Trigger the workflow on push or pull request,
# but push action is only for the feature branch
pull_request:
types: [ opened, synchronize, reopened ]
push:
branches-ignore:
- develop
- 'release/**'
- main
branches:
- feature/255-generate-sample-test

jobs:
test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

permission_handler: ^10.2.0
permission_handler: ^10.4.0

0 comments on commit 4ecd23c

Please sign in to comment.