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 authored Jan 19, 2024
1 parent 4c5ff4e commit 703901b
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:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand Down

0 comments on commit 703901b

Please sign in to comment.