Skip to content

Commit

Permalink
Do not run 2 CIs on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
agilelab-tmnd1991 committed Feb 8, 2024
1 parent 96a4272 commit a62dddb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI
on:
- push
- pull_request
push:
branches:
- master
pull_request: {}
jobs:
ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a62dddb

Please sign in to comment.