Skip to content

Commit

Permalink
Fix WF
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 21, 2024
1 parent 61d344a commit 7c4bf82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mockito.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: package:mockito

on:
# Run on PRs and pushes to the default branch, in either the ffigen directory,
# or the objective_c directory.
push:
branches: [master]
paths:
Expand All @@ -19,6 +17,10 @@ on:
env:
PUB_ENVIRONMENT: bot.github

defaults:
run:
working-directory: pkgs/mockito

permissions: read-all

jobs:
Expand Down

0 comments on commit 7c4bf82

Please sign in to comment.