Skip to content

Commit

Permalink
changing workflows triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-osalazarlizano committed Jul 2, 2024
1 parent de409bb commit 630c845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-integration.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: native-app-examples-integration

on:
pull_request:
types:
- opened
- edited
- labeled
- unlabeled
- synchronize
on: [ pull_request, push ]

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: native-app-examples

on:
pull_request:
types:
- opened
- edited
- labeled
- unlabeled
- synchronize
on: [ pull_request, push ]

permissions:
contents: read
Expand Down

0 comments on commit 630c845

Please sign in to comment.