Skip to content

Commit

Permalink
Update github actions configuration.
Browse files Browse the repository at this point in the history
We want to run on pushj and pull requests.
  • Loading branch information
gipi authored Sep 23, 2024
1 parent 8433a1e commit 5347f81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@

name: Python application

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

on: [push, pull_request]
permissions:
contents: read

Expand Down

0 comments on commit 5347f81

Please sign in to comment.