Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
on Yaml files, changed the branch from master to main
Added a workflow dispatch
  • Loading branch information
thivinanandh committed Apr 23, 2024
1 parent 2ec5279 commit 5fb4f29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Integration tests

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Unit tests

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 5fb4f29

Please sign in to comment.