Skip to content

Commit

Permalink
Updated github action to run on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Hörteborn committed Aug 21, 2024
1 parent 224e9d5 commit a240179
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_plugin.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: Run tests

on:
push:
branches: ["main"]
branches:
- '**'
pull_request:
branches: ["main"]
- '**'

permissions:
contents: read
Expand Down

0 comments on commit a240179

Please sign in to comment.