You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically I'm trying to use on.push.branches and on.push.paths
on:
push:
branches:
- 'releases/**'
paths:
- '**.js'
jobs:
publish:
# The type of runner that the job will run on
runs-on: [ ubuntu-latest ]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- run: echo "ran publish"
When I specify an event json file its not using a release name in the ref property but the publish job runs anyway
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Specifically I'm trying to use on.push.branches and on.push.paths
When I specify an event json file its not using a release name in the ref property but the publish job runs anyway
Beta Was this translation helpful? Give feedback.
All reactions