Skip to content

Commit

Permalink
update permissions for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hrideshmg authored Apr 12, 2024
1 parent 6176895 commit 20af0ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
# Runs this action when you push on master
push:
branches: [ "main" ]
tags:
- "v*.*.*"
# Runs this when a PR against master is created
pull_request:
branches: [ "main" ]

permissions:
contents: write
jobs:
flutter_job:

Expand Down

0 comments on commit 20af0ee

Please sign in to comment.