Skip to content

Commit

Permalink
only push commits on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo authored Apr 10, 2023
1 parent 00d8c66 commit 074e0c4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Release AddOn

on: [push]
#on:
# push:
# tags:
# - '**'
#on: [push]
on:
push:
branches:
- master
tags:
- '**'

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
Expand Down

0 comments on commit 074e0c4

Please sign in to comment.