Skip to content

Commit

Permalink
check if if works on the workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyqa authored Dec 14, 2022
1 parent 64e1432 commit f9576d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: Release

on:
# pull_request:
# branches:
# - '*'

release:
types: [published]
paths-ignore:
- '**.md'

jobs:
release:
if: github.event.release.target_commitish == 'main'
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
Expand Down

0 comments on commit f9576d4

Please sign in to comment.