Skip to content

Commit

Permalink
feat: update ci workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
leomaurodesenv committed Nov 7, 2023
1 parent a7a710b commit 1cbc1d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: "Continuous Integration"

run-name: Running tests on "${{ github.ref }}" by "${{ github.actor }}"

on:
push:
# Ignore following branches
branches-ignore:
- "dev/*"
on: push

jobs:
# Run pre-commit hooks
Expand All @@ -23,6 +19,7 @@ jobs:

# Run tests
tests:
needs: [pre-commit]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1cbc1d0

Please sign in to comment.