Skip to content

Commit

Permalink
Updated on-push.yaml workflow
Browse files Browse the repository at this point in the history
Allowing it to run only on ci-integration branch
  • Loading branch information
satishweb authored Jun 3, 2021
1 parent 30e218e commit 2d76a80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# This is for github actions testing, to be removed later
name: CI Test
on:
push:
paths:
- '/**'
branches: [ ci-integration ]
pull_request:
# allow test from actions tab
workflow_dispatch:

jobs:
Build:
Expand Down

0 comments on commit 2d76a80

Please sign in to comment.