Skip to content

Commit

Permalink
ci: Run on ubuntu-latest, add workflow dispatch, trigger on push any …
Browse files Browse the repository at this point in the history
…branch
  • Loading branch information
mahdihasnat committed Nov 8, 2024
1 parent 89896da commit 8b94956
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Tests

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

jobs:
run-scripts:
name: Run scripts
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 8b94956

Please sign in to comment.