Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

GitHub Actions: how to target all branches

on:
  push:
    branches:    
      - '*'         # matches every branch that doesn't contain a '/'
      - '*/*'       # matches every branch containing a single '/'
      - '**'        # matches every branch
      - '!master'   # excludes master
Comment

PREVIOUS NEXT
Code Example
Shell :: Delay app startup on Ubuntu 
Shell :: kali linux 2016 virtualbox password 
Shell :: reuse branch name 
Shell :: kill process in win by pid 
Shell :: get unix time from date 
Shell :: how to download github code in terminal 
Shell :: kill process running on port 80 
Shell :: gnome theme terminal 
Shell :: what is ssh key 
Shell :: changed files github 
Shell :: git unstage 
Shell :: ERROR: Error installing jekyll:ERROR: Failed to build gem native 
Shell :: bash $! command 
Shell :: linux add user 
Shell :: please install all available updates for your release 
Shell :: renaming a file github 
Shell :: create powershell profile 
Shell :: nano duplicate line or copy paste line 
Shell :: jenkins local 
Shell :: send tag to remote git 
Shell :: install sketchjs 
Shell :: libqtgui4 : Depends: libpng12-0 (= 1.2.13-4) but it is not installed 
Shell :: tab to csv command line 
Php :: php cors disable 
Php :: how to check laravel version 
Php :: get child theme path in wordpress 
Php :: php filter validate email 
Php :: php previous site 
Php :: php time script 
Php :: laravel active menu item 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =