Skip to content

Commit

Permalink
💚 ci: It's push>branches instead of push
Browse files Browse the repository at this point in the history
  • Loading branch information
joebobmiles committed Jul 13, 2021
1 parent fadd4e9 commit 655dd5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release

on:
push: [ master, staging, ci/release ]
push:
branches: [ master, staging, ci/release ]

jobs:
release:
Expand Down

0 comments on commit 655dd5e

Please sign in to comment.