Compare commits
2
Commits
v0.0.2-dev
...
v0.0.4-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
562ec6acaf | ||
|
|
3169953f3f |
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.event.base_ref == 'refs/heads/master' || github.event.base_ref == 'refs/heads/development'
|
||||
if: endsWith(github.ref, 'master') || endsWith(github.ref, 'development')
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
|
||||
Reference in New Issue
Block a user