Skip to content

Commit

Permalink
Modify tests CI to run on push on any branch and on ubuntu-latest (#2)
Browse files Browse the repository at this point in the history
* Run on any branch push

* Use ubuntu-latest label
  • Loading branch information
mahdihasnat committed Nov 7, 2024
1 parent 05ec9c9 commit 1585176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Tests

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

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 1585176

Please sign in to comment.