Skip to content

Commit

Permalink
fix github action to run on correct branch
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Aug 18, 2024
1 parent faa5dcb commit 8a2b2d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Python package
name: Tests

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

jobs:
Expand Down

0 comments on commit 8a2b2d1

Please sign in to comment.