change workflows to work on main (#51)

This commit is contained in:
kmanc
2022-08-12 02:09:59 -04:00
committed by GitHub
parent 4d8e544585
commit 57979649d3
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -2,11 +2,11 @@ name: RCO for Linux targets
on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]
workflow_dispatch:
branches: [ master ]
branches: [ main ]
env:
CARGO_TERM_COLOR: always
+2 -2
View File
@@ -2,9 +2,9 @@ name: Shields data builder
on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]
jobs:
update-reverse-shell:
+3 -3
View File
@@ -2,11 +2,11 @@ name: RCO for Windows targets
on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]
workflow_dispatch:
branches: [ master ]
branches: [ main ]
env:
CARGO_TERM_COLOR: always