Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquehorbovyi authored Apr 21, 2020
1 parent 5b9a3e7 commit 472796c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ branding:
icon: 'box'
color: 'green'

on:
push:
branches:
- '*'
- '!master'
- '!release*'
pull_request:
branches:
- '*'
- '!master'
- '!release*'
# on:
# push:
# branches:
# - '*'
# - '!master'
# - '!release*'
# pull_request:
# branches:
# - '*'
# - '!master'
# - '!release*'

runs:
using: 'docker'
Expand Down

0 comments on commit 472796c

Please sign in to comment.