Skip to content

Update welcome.yml

Update welcome.yml #18

Workflow file for this run

name: Post welcome comment
on:
workflow_dispatch:
push:
branches:
[master, dev]
pull_request:
branches:
[master, dev]
jobs:
build:
name: Post welcome comment
runs-on: ubuntu-latest
steps:
- name: Test script
if: ${{ (github.ref == 'refs/heads/dev' && github.event_name != 'workflow_dispatch') || github.ref == 'refs/heads/master' }}
run: |
echo "Test message"