Skip to content

Commit

Permalink
Merge pull request #4 from ansible-lockdown/devel
Browse files Browse the repository at this point in the history
Change master to main in actions
  • Loading branch information
georgenalen authored Nov 5, 2020
2 parents 2c47216 + a0dc94b commit f3bed6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develtomaster.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This is a basic workflow to help you get started with Actions

name: DevelToMaster
name: DevelToMain

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the devel branch
on:
pull_request:
branches: [ master ]
branches: [ main ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit f3bed6e

Please sign in to comment.