Skip to content

Commit

Permalink
Run workflow on push (for testing purposes).
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzwanenburg committed Mar 26, 2024
1 parent 0f11ce0 commit 11af7a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/auto-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

name: Run automated tests

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

jobs:
build:
Expand All @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 11af7a4

Please sign in to comment.