Skip to content

Commit

Permalink
TERR-364
Browse files Browse the repository at this point in the history
- updated on in ci.yml to delimit push event and pull_request event specifiers
  • Loading branch information
sanchezelton committed May 29, 2024
1 parent 666c6cc commit 62231f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CI

on:
push
on: [
push,
pull_request
]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 62231f5

Please sign in to comment.