Skip to content

Commit

Permalink
run this workflow in the Scneduled Testing environment so it can acce…
Browse files Browse the repository at this point in the history
…ss the secrets.
  • Loading branch information
rogthefrog committed Nov 27, 2024
1 parent da29024 commit 629eb0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest
environment: Scheduled Testing
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 629eb0a

Please sign in to comment.